summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2003-05-15* ext/syck/syck.c (syck_parser_pop_level): add prototype.usa
2003-05-14* ext/syck/gram.c: sequence-in-map shortcut, transfer methods onwhy
2003-05-14* ext/syck/rubyext.c: add prototypes to avoid VC++ warnings.usa
2003-05-13* lib/yaml/rubytypes.rb, lib/yaml/types.rb: using Object#object_idwhy
2003-05-13ext/syck/handler.c (syck_hdlr_add_alias): add cast to avoid warning.eban
2003-05-13* ext/syck/handler.c: add proper casts.eban
2003-05-13* lib/yaml/rubytypes.rb: object and struct loadingwhy
2003-05-11* ext/syck/implicit.c, ext/syck/rubyext.c: transfer methods applied to native...why
2003-05-10* ext/syck/gram.c ext/syck/handler.c ext/syck/implicit.cwhy
2003-05-10* ext/syck/MANIFEST: new file.eban
2003-05-09Initial checkin of YAML substances.why
2003-05-06* numeric.c (num_step): remove epsilon; add margin of 0.5, to makematz
2003-05-06bigdecimal-brushup.patch from Tadashi Saito applied.shigek
2003-05-06* ext/bigdecimal/.cvsignore: new file (retry).aamine
2003-05-06* object.c (rb_obj_methods): list singleton methods if recurmatz
2003-05-04* array.c (rb_ary_values_at): new method to replace select(index..).matz
2003-05-03secure check when safe level 4.suke
2003-04-25Patch from Michal Rokos for sprintf format strings applied.shigek
2003-04-25Removed lib & sample dir.shigek
2003-04-24BigDecimal dir. rearrangement according to the suggestions from Minero Aoki.shigek
2003-04-24Dir. rearrangement according to the suggestions from Minero Aoki.shigek
2003-04-24More explanations for sincos.shigek
2003-04-24Prec. improvement for PI.shigek
2003-04-24* ext/extmk.rb: add -Wl,--no-undefined to LDSHARED onlyeban
2003-04-22* ext/zlib/extconf.rb: bccwin32 is win32 too.nobu
2003-04-19* ext/Setup*: Add zlib and remove bogus and obsolete entries.knu
2003-04-17Bug in negative.exp(n) reported by Hitoshi Miyazaki fixed.shigek
2003-04-17* ext/dbm/dbm.c (each_pair): add prototype to avoid VC++ warnings.usa
2003-04-17* ext/readline/readline.c: add the defined operator for bcc32.eban
2003-04-09* ext/readline/readline.c: include <unistd.h> only whenusa
2003-04-07* ext/socket/socket.c (sock_s_unpack_sockaddr_in): remove structmatz
2003-04-06* zlib.c (rb_gzreader_getc): the return value of GzipReader#getc must be unsi...katsu
2003-04-03* eval.c (rb_f_missing): use "inspect" for T_OBJECT as well.matz
2003-03-29* instruby.rb, ext/extmk.rb, lib/benchmark.rb, lib/cgi.rb,akr
2003-03-29* eval.c (avalue_to_svalue): use rb_check_array_type() again.matz
2003-03-28Import Ruby/zlib from rough.katsu
2003-03-28Use rb_str2cstr() instead of STR2CSTR() macro.shigek
2003-03-28Rubbish !shigek
2003-03-28Entries for bigdecimal added.shigek
2003-03-28Copied from rough/bigdecimal,documents & some sample programs added.shigek
2003-03-26* eval.c (avalue_splat): new function to do unary * (splat)matz
2003-03-25* ext/strscan/strscan.c: should infect also return values of #inspect.aamine
2003-03-24security enhancement of dl library (need test).matz
2003-03-24Added rb_secure(4). (Thanks to Minero Aoki)ttate
2003-03-23update NotImplementError to NotImplementedError.matz
2003-03-22* lib/optparse.rb, lib/jcode.rb, ext/tk/lib/tk.rb: reorder characterakr
2003-03-21* regex.c (re_compile_pattern): fix previous change.akr
2003-03-20* eval.c (load_dyna): clear ruby_errinfo. (ruby-bugs-ja PR#409)matz
2003-03-10* file.c (rb_find_file): need world writable directory check formatz
2003-03-07* ext/tcltklib/extconf.rb (find_tcl, find_tk): return true ifnobu