summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2001-12-29* ext/extmk.rb.in, lib/mkmf.rb (have_library): accept -lmeban
2001-12-28* array.c (rb_cmpint): fixed typo.nobu
2001-12-27* bignum.c (rb_cstr2inum): deny "0_".nobu
2001-12-26* bignum.c (rb_cstr2inum): allow "0\n" and so on.nobu
2001-12-24* lib/pp.rb, lib/prettyprint.rb: new files.akr
2001-12-22* time.c (time_timeval): wrong cast to time_t.matz
2001-12-22* parse.y (str_extend): make up "#$;" handling.matz
2001-12-21* time.c (time_plus): result should not be negative unlessmatz
2001-12-21* dln.h, ruby.h, util.h: enable prototypes in C++.nobu
2001-12-20* eval.c (rb_mod_define_method): must not convert Method to Proc.nobu
2001-12-20* lib/mkmf.rb (with_destdir): new.nobu
2001-12-20aamineaamine
2001-12-19* ext/readline/readline.c: new methodsshugo
2001-12-19* eval.c (rb_mod_define_method): define_method should followmatz
2001-12-18* lib/time.rb: date.rb is not required anymore.akr
2001-12-18conflicted.nobu
2001-12-18* sample/test.rb: Hash#indexes -> Hash#select.eban
2001-12-18* string.c (rb_str_replace): swap arguments of OBJ_INFECT.matz
2001-12-17* intern.h: add prototypes.nobu
2001-12-172001-12-17eban
2001-12-17* lib/time.rb: use Time#utc_offset.akr
2001-12-17* time.c: new method `gmtoff', `gmt_offset' and `utc_offset'.akr
2001-12-13aamineaamine
2001-12-13* time.c (time_new_internal): avoid loop to calculate negativematz
2001-12-11* string.c (rb_str_match_m): should convert an argument intomatz
2001-12-10* object.c (rb_class_real): follow included modules.nobu
2001-12-10* util.h: change prototype of ruby_qsort() to accord with its definition.usa
2001-12-10* parse.y (gettable): should freeze __FILE__ string.eban
2001-12-10* array.c (rb_ary_modify): should copy the internal buffer if thematz
2001-12-09* matrix.rb: Vector#* bug. reported from Massimiliano Mirrakeiju
2001-12-09* enum.c (enum_sort_by): should replace with last elements.nobu
2001-12-09aamineaamine
2001-12-07aamineaamine
2001-12-07* ext/extmk.rb.in: ignore adding -Wl,-R to DLDFLAGS when the directoryusa
2001-12-06* ext/extmk.rb.in: add -Wl,-R flags to DLDFLAGS on netbsdelf.usa
2001-12-03* time.c (time_plus): must detect result overflow.matz
2001-12-03* configure.in: add -Wl,-export-dynamic on NetBSD.eban
2001-12-03* ext/socket/extconf.rb: remove -L/usr/local/lib.eban
2001-12-03* configure.in: not use X11BASE, since it's not always set.usa
2001-12-02* configure.in: apply patch from NetBSD's pkgsrc (patch-aa).usa
2001-12-02* configure.in: use GCC, not without_gcc. remove without_gcc.eban
2001-11-30* configure.in: default --enable-shared to yes on cygwin and mingw32.eban
2001-11-30* configure.in: set target_cpu to i386 on cygwin and mingw32.eban
2001-11-29* string.c (rb_str_equal): object with to_str must be treated as amatz
2001-11-29* README.EXT: Appendix B is duplicated.usa
2001-11-28* eval.c (rb_thread_select): should subtract timeofday() frommatz
2001-11-27* marshal.c (w_float): must distinguish -0.0 from 0.0.matz
2001-11-26Import the "syslog" module from the rough ruby project. This moduleknu
2001-11-26 * win32/win32.c (mypopen): fixed that mypclose() didn't really closeusa
2001-11-25 * parse.y (str_extend): change types of second and third argumentsusa