summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2002-01-08missed entry.nobu
2002-01-08* eval.c (rb_add_method): clear replaced method from the cache.nobu
2002-01-07* object.c (convert_type): backport from 1.7 to avoid NameErrormatz
2002-01-07* string.c (rb_str_new2): NULL pointer check added.matz
2002-01-07* lib/time.rb (Time#xmlschema): new optional argumentakr
2002-01-05* misc/ruby-mode.el (ruby-forward-string): forward a string. [new]nobu
2002-01-04* parse.y (yycompile): strdup()'ed twice.nobu
2002-01-03* process.c (rb_f_system): abandon vfork.matz
2002-01-02* lib/mkmf.rb (create_makefile): add -I. to CPPFLAGS.eban
2001-12-31* Makefile.in (fake.rb): set RUBY_VERSION.eban
2001-12-31* parse.y (yycompile): always store copy of filename.nobu
2001-12-30* time.c (time_utc_offset): new function.akr
2001-12-29* ext/extmk.rb.in, lib/mkmf.rb (have_library): accept -lmeban
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-25* stable version 1.6.6 released.matz
2001-12-21* variable.c (rb_cvar_set): add frozen class/module check.matz
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-20* intern.h: added prototypes: rb_cv_set(), rb_cv_get(),nobu
2001-12-19* eval.c (rb_mod_define_method): define_method should followmatz
2001-12-18* eval.c (rb_thread_schedule): should not select a thread which ismatz
2001-12-17* intern.h: add prototypes.nobu
2001-12-13* time.c (time_cmp): should handle Bignums.matz
2001-12-12* parse.y (str_extend): make up pushback call.matz
2001-12-10* parse.y (gettable): should freeze __FILE__ string(__LINE__ is Fixnum).eban
2001-12-10* parse.y (gettable): should freeze __LINE__ string.matz
2001-12-09* matrix.rb: Vector#* bug. reported from Massimiliano Mirrakeiju
2001-12-09aamineaamine
2001-12-07aamineaamine
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-04* io.c (io_fread): EAGAIN/EWOULDBLOCK should not terminate andmatz
2001-12-03* configure.in: add -Wl,-export-dynamic on NetBSD.eban
2001-12-03* time.c (time_new_internal): round usec overflow and underflowmatz
2001-12-03Mention the import of the syslog module.knu
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-29* README.EXT: Appendix B is duplicated.usa
2001-11-28* eval.c (rb_thread_select): should subtract timeofday() frommatz
2001-11-25 * parse.y (str_extend): change types of second and third argumentsusa
2001-11-22 * process.c (Init_process): enable getpid and getppid on NT.usa
2001-11-21* parse.y (str_extend): should check nesting parentheses in #{}.matz
2001-11-19* parse.y (str_extend): should not terminate string interpolationmatz
2001-11-19* parse.y (str_extend): term can be any character.matz
2001-11-19* parse.y (parse_regx): should raise error on untermitatedmatz