aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * gc.c (rb_source_filename): added. holds unique strings for filenobu2002-03-071-0/+25
* * dln.c (dln_load): use LoadLibrary instead of LoadLibraryEx.eban2002-03-061-0/+4
* - Slightly fix one of the last entries. (stdin -> stdin or stdout)knu2002-03-041-9/+10
* * lib/getopts.rb: Rewrite to fix some bugs and complete features.knu2002-03-041-0/+11
* * ext/extmk.rb.in (dir_config): Sync with mkmf.rb: Fix a bug whereknu2002-03-041-0/+6
* fix method name.akr2002-03-031-1/+1
* * ext/socket/{addinfo.h,getaddrinfo.c} (gai_strerror): add consteban2002-03-011-0/+5
* * ChangeLog: fixed the description of getacl.shugo2002-03-011-1/+1
* * lib/net/imap.rb: added document.shugo2002-03-011-0/+11
* * dln.c (dln_load): fix typo.akr2002-02-281-0/+2
* * ext/socket/extconf.rb (have_struct_member): new method.akr2002-02-281-0/+13
* * eval.c (rb_mod_include): load modules in argument order.matz2002-02-281-0/+9
* * ext/dbm/dbm.c (fdbm_select): 1.7 behavior.matz2002-02-271-0/+21
* * io.c (READ_DATA_PENDING): uClibc support.eban2002-02-271-0/+8
* * ext/digest/sha2/sha2.c: Merge from rough. Fix a couple ofknu2002-02-261-0/+9
* * bignum.c (rb_big_2comp): void function cannot return any value.usa2002-02-261-0/+4
* * eval.c (rb_eval): call trace_func for if/while conditions.matz2002-02-261-0/+6
* * lib/uri/generic.rb: merge0 shuld return [oth, oth] if oth is absolute URI.akira2002-02-261-0/+8
* * ext/syslog/syslog.c: Merge from rough. Use SafeStringValue().knu2002-02-251-0/+4
* * ext/syslog/syslog.c: Merge from rough. Turn Syslog into aknu2002-02-251-0/+5
* * sample/test.rb (system): test with scripts under the sourcenobu2002-02-251-0/+5
* * eval.c (method_inspect): should not dump core for unboundmatz2002-02-251-0/+16
* * lib/shell.rb (Shell::expand_path): relative to @cwd.nobu2002-02-251-0/+4
* * ext/digest/*/*.h: Merge from rough.knu2002-02-241-0/+5
* fix filename.akr2002-02-221-1/+1
* * lib/net/protocol.rb: set read_timeout dynamically.aamine2002-02-221-0/+11
* * win32/config.status.in: set LIBRUBY_SO.usa2002-02-221-0/+4
* * bignum.c (get2comp): need to specify to carry or not.matz2002-02-221-0/+6
* * prettyprint.rb: FillGroup implemented.akr2002-02-221-0/+4
* * ext/extmk.rb.in (create_makefile): remove unnecessary -L option fromusa2002-02-211-0/+5
* * pack.c (pack_pack): wrong # comment treatment.matz2002-02-211-0/+6
* * intern.h: prototypes; rb_io_addstr(), rb_io_printf(),nobu2002-02-201-0/+13
* * io.c (rb_io_close): return Qnil.usa2002-02-201-0/+4
* * hash.c (rb_any_cmp): should handle Qundef in keys.matz2002-02-201-0/+14
* aamineaamine2002-02-191-0/+60
* * file.c (path_check_1): do not fail on world writable *parent*nobu2002-02-191-0/+5
* * file.c (path_check_1): do not warn on world writable *parent*matz2002-02-191-0/+8
* * file.c (path_check_1): should check directory sticky bits.matz2002-02-191-0/+9
* * parse.y (yylex): operators in the "op" rule should makematz2002-02-191-0/+5
* * eval.c (rb_eval_string_wrap): should hide the toplevel localmatz2002-02-191-0/+5
* * regex.c: fix prototypes of xmalloc(), xcalloc() and xrealloc().eban2002-02-191-0/+4
* * io.c (rb_io_ungetc): don't fail pushed EOF back.nobu2002-02-191-0/+4
* * pack.c (pack_pack): avoid infinite loop at comment.nobu2002-02-181-1/+6
* * parse.y (expr_value, arg_value, primary_value): value_expr()matz2002-02-181-0/+28
* * misc/ruby-mode.el (ruby-block-hanging-re): rescue block was toonobu2002-02-181-0/+5
* * misc/ruby-mode.el (ruby-font-lock-keywords): fontifynobu2002-02-171-0/+5
* * mkconfig.rb (Config::expand): expand ${} too.nobu2002-02-171-0/+10
* * class.c (rb_define_class): warn unless superclass is specifiednobu2002-02-171-0/+7
* * ext/digest/md5/md5init.c (Init_md5): rb_cvar_declare() isnobu2002-02-171-0/+11
* * regex.c (re_compile_fastmap): skip begpos.nobu2002-02-161-0/+4