summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2001-06-23* ext/readline/readline.c (readline_event): a non-void functionknu
2001-06-22* ext/socket/socket.c (ruby_connect): workaround for the setup ofeban
2001-06-22* lib/irb/locale.rb: fix for require "kconv" problemkeiju
2001-06-22* eval.c (rb_yield_0): no mvalue_to_svalue conversion here.matz
2001-06-19* gc.c (rb_setjmp): avoid GCC 3.0 warnings.eban
2001-06-19* ext/readline/readline.c: add new methods:knu
2001-06-19* eval.c (svalue_to_mvalue): new function to convert from svaluematz
2001-06-19* eval.c (rb_f_require): searches ".rb" and ".so" at the samematz
2001-06-13* dir.c (Init_Dir): add a new method File::fnmatch? along withknu
2001-06-12* eval.c (method_eq): new method Method#==. [new]matz
2001-06-12* lib/mkmf.rb: target_prefix is only for installation, not forknu
2001-06-11* confgure.in: add RUBY_CANONICAL_BUILD.eban
2001-06-09* ext/extmk.rb.in: Use -F and -T for mswin32 because cl.exe doesn't support -...usa
2001-06-08* gc.c (Init_stack): avoid __builtin_frame_address(2) to retrievematz
2001-06-07* parse.y (yylex): exclude kDO_BLOCK too much by false condition.matz
2001-06-06* lib/sync.rb: bug fix if obj.initialize has parameters whenkeiju
2001-06-06* eval.c (rb_load): should check if tainted even when wrap ismatz
2001-06-06* parse.y (aref_args): "*arg" should always be expanded by REXPAND.matz
2001-06-05* error.c (Init_Exception): NameError went under StandardError,matz
2001-06-05* variable.c (rb_mod_const_at): use hash table as internalmatz
2001-06-05* ext/etc/extconf.rb: use egrep_cpp.eban
2001-06-03 * lib/shellwords.rb: don't destroy argument.wakou
2001-06-02* lib/cgi/session.rb: don't use module_function for Class.shugo
2001-06-01* irb messages: fix typos.keiju
2001-06-01* hash.c (replace_i): ignore when key == Qundef.matz
2001-06-01* parse.y (call_args2): confusion with list_append() andmatz
2001-06-01* parse.y (yylex): fixed 'print CGI::bar() {}, "\n"' syntaxmatz
2001-06-01* configure.in: use waitpid on mingw32.eban
2001-05-31* mkconfig.rb, ext/configsub.rb: VERSION -> RUBY_VERSION.eban
2001-05-30* win32/dir.h: re-add.usa
2001-05-30* configure.in: default --with-libc_r to `no' until the problem isknu
2001-05-30* ruby.c (proc_options): unexpected SecurityError happens when -T4.matz
2001-05-28* configure.in: remove unnecessary AC_CANONICAL_BUILDeban
2001-05-28* ext/extconf.rb.in: make the priority of the make rule of .c higher than .C .usa
2001-05-27* dir.c (glob_helper): teach has_magic() to handle flags and getknu
2001-05-25* MANIFEST: add win32/dir.h .usa
2001-05-24* ext/sha1/sha1-ruby.c (sha1_hexdigest): fix buffer overflow. Theknu
2001-05-24* MANIFEST: update the entries I forgot to add or remove.knu
2001-05-24Fix the previous ChangeLog entry.knu
2001-05-24* ext/sha1/sha1-ruby.c (md5i_new): separate initialize() fromknu
2001-05-24* ext/dbm/extconf.rb: fix support for *BSD and set $CFLAGSknu
2001-05-24* mkconfig.rb: autoconf 2.50 support.eban
2001-05-24* eval.c (rb_yield_0): need argument adjustment for C definedmatz
2001-05-22* variable.c (rb_alias_variable): should not allow variablematz
2001-05-21* bignum.c (rb_big2str): t should be protected from GC.matz
2001-05-17* ext/extmk.rb.in (xsystem): backout the previous fix which wasknu
2001-05-17* lib/mkmf.rb (xsystem): make a temporary fix to get $(...) macrosknu
2001-05-17* lib/mkmf.rb: unbreak "make install". lib/* must be installedknu
2001-05-17* ext/sha1/sha1-ruby.c (sha1_new): get rid of an unneededknu
2001-05-17* ext/sha1/sha1.txt, ext/sha1/sha1.txt.jp: fix typos.knu