aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * lib/tmpdir.rb: new library to get temporary directory path,matz2003-07-211-0/+9
* * string.c: use StringValueCStr to retrieve paths to system calls.matz2003-07-201-0/+10
* * ext/zlib/zlib.c (gzfile_read_header): gz->z.input may be nil after finishin...katsu2003-07-201-0/+5
* * string.c (rb_str_match2): add warning to "~string".matz2003-07-191-0/+8
* * lib/xmlrpc: import.matz2003-07-191-0/+5
* * wince/stdlib.c: add bsearch().uema22003-07-191-0/+4
* * eval.c (thgroup_add): do not raise ThreadError on terminatedmatz2003-07-191-0/+5
* * ext/iconv/charset_alias.rb, ext/iconv/extconf.rb: make wrappernobu2003-07-181-0/+13
* * ext/Win32API/lib/win32/registry.rb (Win32::Registry::Error):usa2003-07-181-0/+5
* * eval.c (rb_attr): extra calls of method_added. [ruby-talk:76361]nobu2003-07-181-0/+4
* * lib/mkmf.rb (init_mkmf): clear $INSTALLFILES. [ruby-dev:20727]nobu2003-07-181-0/+4
* * lib/mkmf.rb (rm_f): use FileUtils.nobu2003-07-181-0/+16
* * win32/win32.c (make_cmdvector): recognize quote within string.usa2003-07-181-0/+5
* * eval.c (rb_f_missing): VCALL is called only for LOCAL_ID. nomatz2003-07-181-0/+8
* * re.c (match_captures): rename from "groups".matz2003-07-171-0/+4
* * eval.c (rb_clear_cache_by_class): check both klass and origin.matz2003-07-171-0/+4
* * eval.c (ruby_init): set ruby_running to true aftermatz2003-07-171-0/+5
* * lib/ftools.rb (File::makedirs): do not handle "//" as a directory.eban2003-07-171-0/+4
* * eval.c (rb_proc_new): call svalue_to_avalue for yield argument.matz2003-07-161-0/+4
* * eval.c (rb_disable_super, rb_enable_super): deprecate.matz2003-07-161-0/+8
* * eval.c (rb_add_method, rb_alias): need to clear cache bynobu2003-07-151-0/+6
* * lib/matrix.rb: remove elements conversion to_f, to_i, to_r.matz2003-07-151-2/+12
* * ext/syck/rubyext.c (syck_mark_emitter): forgot to rb_gc_mark thewhy2003-07-141-0/+5
* commit missnobu2003-07-141-0/+5
* * struct.c (struct_entry): add prototype to avoid VC++ warnings.usa2003-07-121-7/+11
* * ext/syck/emitter.c: new emitter code.why2003-07-111-0/+16
* additionnobu2003-07-111-5/+4
* * eval.c (avalue_to_svalue): typo.nobu2003-07-111-0/+11
* * configure.in (aix): needs ruby.imp even with gcc.nobu2003-07-111-0/+5
* * ChangeLog: typo fix.eban2003-07-111-1/+1
* * instruby: do not handle directories. [ruby-dev:20613]eban2003-07-111-0/+4
* * util.c (ruby_strtod): exp should be less than MDMAXEXPT.matz2003-07-111-0/+4
* * math.c (math_log): nan takes a dummy argument on Cygwin 1.5.0.eban2003-07-101-0/+4
* * eval.c (rb_load): put rb_load_file() in a thread criticalmatz2003-07-091-5/+31
* * regex.c (mbctab_sjis): 0x80 is not shift jis first byte.nobu2003-07-091-0/+5
* * mkconfig.rb: support text-mount on Cygwin.eban2003-07-091-0/+2
* * instruby.rb: do not install shared libraries as man pages.eban2003-07-091-0/+4
* * re.c (match_entry): add prototype to avoid VC++ warnings.usa2003-07-091-0/+4
* * eval.c (rb_call_super): k->super maybe NULL if klass is Kernel.matz2003-07-071-0/+12
* * ext/dbm/extconf.rb (gdbm_compat, qdbm): add check for gdbm_compateban2003-07-071-0/+5
* * node.h (NEW_NODE): cast arguments to rb_node_newnode().matz2003-07-041-0/+4
* * ext/syck/rubyext.c, ext/syck/syck.c, ext/syck/syck.h,nobu2003-07-041-0/+6
* * Changelog, lib/debug.rb: fix typo.matz2003-07-031-3/+1
* * lib/timeout.rb: add optional exception argument for compatibilityakr2003-07-031-0/+5
* * array.c (rb_values_at): extract common procedure frommatz2003-07-031-0/+33
* * lib/mkmf.rb (VPATH): convert from Windows form to Unix form oneban2003-07-031-0/+5
* * string.c (rb_str_shared_replace): clear flags before copy.matz2003-07-021-0/+9
* * lib/net/smtp.rb: synchronize document with source code.aamine2003-07-021-0/+6
* * lib/net/smtp.rb: unify SMTP and SMTPCommand.aamine2003-07-021-0/+50
* * lib/net/http.rb: set old class aliases for backward compatibility. [ruby-ta...aamine2003-07-021-0/+7