aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * time.c (time_plus): result should not be negative unlessmatz2001-12-211-0/+24
* * dln.h, ruby.h, util.h: enable prototypes in C++.nobu2001-12-211-0/+4
* * eval.c (rb_mod_define_method): must not convert Method to Proc.nobu2001-12-201-0/+4
* * lib/mkmf.rb (with_destdir): new.nobu2001-12-201-0/+8
* aamineaamine2001-12-201-0/+4
* * ext/readline/readline.c: new methodsshugo2001-12-191-0/+14
* * eval.c (rb_mod_define_method): define_method should followmatz2001-12-191-0/+34
* * lib/time.rb: date.rb is not required anymore.akr2001-12-181-0/+6
* conflicted.nobu2001-12-181-5/+2
* * sample/test.rb: Hash#indexes -> Hash#select.eban2001-12-181-2/+6
* * string.c (rb_str_replace): swap arguments of OBJ_INFECT.matz2001-12-181-0/+34
* * intern.h: add prototypes.nobu2001-12-171-0/+24
* 2001-12-17eban2001-12-171-1/+1
* * lib/time.rb: use Time#utc_offset.akr2001-12-171-0/+2
* * time.c: new method `gmtoff', `gmt_offset' and `utc_offset'.akr2001-12-171-0/+27
* aamineaamine2001-12-131-0/+15
* * time.c (time_new_internal): avoid loop to calculate negativematz2001-12-131-0/+12
* * string.c (rb_str_match_m): should convert an argument intomatz2001-12-111-0/+26
* * object.c (rb_class_real): follow included modules.nobu2001-12-101-0/+4
* * util.h: change prototype of ruby_qsort() to accord with its definition.usa2001-12-101-0/+5
* * parse.y (gettable): should freeze __FILE__ string.eban2001-12-101-1/+1
* * array.c (rb_ary_modify): should copy the internal buffer if thematz2001-12-101-6/+122
* * matrix.rb: Vector#* bug. reported from Massimiliano Mirrakeiju2001-12-091-0/+4
* * enum.c (enum_sort_by): should replace with last elements.nobu2001-12-091-0/+4
* aamineaamine2001-12-091-0/+4
* aamineaamine2001-12-071-0/+12
* * ext/extmk.rb.in: ignore adding -Wl,-R to DLDFLAGS when the directoryusa2001-12-071-0/+5
* * ext/extmk.rb.in: add -Wl,-R flags to DLDFLAGS on netbsdelf.usa2001-12-061-0/+6
* * time.c (time_plus): must detect result overflow.matz2001-12-031-1/+21
* * configure.in: add -Wl,-export-dynamic on NetBSD.eban2001-12-031-0/+2
* * ext/socket/extconf.rb: remove -L/usr/local/lib.eban2001-12-031-0/+4
* * configure.in: not use X11BASE, since it's not always set.usa2001-12-031-1/+5
* * configure.in: apply patch from NetBSD's pkgsrc (patch-aa).usa2001-12-021-0/+4
* * configure.in: use GCC, not without_gcc. remove without_gcc.eban2001-12-021-0/+8
* * configure.in: default --enable-shared to yes on cygwin and mingw32.eban2001-11-301-0/+2
* * configure.in: set target_cpu to i386 on cygwin and mingw32.eban2001-11-301-0/+4
* * string.c (rb_str_equal): object with to_str must be treated as amatz2001-11-291-0/+5
* * README.EXT: Appendix B is duplicated.usa2001-11-291-0/+6
* * eval.c (rb_thread_select): should subtract timeofday() frommatz2001-11-281-0/+16
* * marshal.c (w_float): must distinguish -0.0 from 0.0.matz2001-11-271-0/+22
* Import the "syslog" module from the rough ruby project. This moduleknu2001-11-261-0/+5
* * win32/win32.c (mypopen): fixed that mypclose() didn't really closeusa2001-11-261-0/+8
* * parse.y (str_extend): change types of second and third argumentsusa2001-11-251-0/+5
* * parse.y (str_extend): should check nesting parentheses in #{}.matz2001-11-211-0/+32
* * lib/cgi.rb: CGI#header: do not set Apache.request.status forshugo2001-11-211-0/+5
* * parse.y (str_extend): should not terminate string interpolationmatz2001-11-191-0/+5
* * eval.c (rb_mod_modfunc): should follow NODE_ZSUPER link; basedmatz2001-11-191-0/+13
* * parse.y (parse_regx): should raise error on untermitatedmatz2001-11-191-2/+45
* * lib/cgi.rb (header): support for Apache. thanks towakou2001-11-181-0/+5
* * parse.y: needless conditionals.nobu2001-11-181-0/+7