summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-05-21* bcc32/Makefile.sub: tds files were not deleted when DESTDIRocean
2005-05-19* lib/rexml/encodings/SHIFT-JIS.rb: encoding and decoding wereocean
2005-05-19* 2005-05-19eban
2005-05-19Cross-ported the REXML changes from HEAD to the 1.8 branch.ser
2005-05-19This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2005-05-18* error.c (exc_exception): reverted to call Exception#initializenobu
2005-05-18* 2005-05-18nobu
2005-05-18* dir.c (glob_helper): get rid of using String. [ruby-dev:26180]nobu
2005-05-17* lib/webrick/httpserver.rb (WEBrick::HTTPServer#run): shouldgotoyuzo
2005-05-17* ChangeLog: fix typo.usa
2005-05-17* 2005-05-17usa
2005-05-17* win32/win32.c (unixtime_to_filetime): use localtime() instaed ofusa
2005-05-16* class.c (rb_class_init_copy): singleton class is disallowed to copy,nobu
2005-05-16* win32/win32.h, {bcc32,win32,wince}/Makefile.sub: moved rb_[ugp]id_tnobu
2005-05-15* win32/win32.{h,c}: define rb_{p,g,u}id_t.ocean
2005-05-15* 2005-05-16eban
2005-05-15* lib/pathname.rb (Pathname#unlink): use SystemCallError instead ofakr
2005-05-15use raise(exception) [ruby-dev:26164]seki
2005-05-15* configure.in, ruby.h: define rb_[pgu]id_t macros instead of typedefsnobu
2005-05-15* lib/pathname.rb (Pathname#unlink): unlink a symlink to a directoryakr
2005-05-15* win32/win32.c (unixtime_to_filetime): deal with DST.nobu
2005-05-14* 2005-05-14nobu
2005-05-14* error.c (exc_exception, {exit,name_err,syserr}_initialize): callnobu
2005-05-14* configure.in: Check for the availability of pid_t, gid_t and uid_t andnobu
2005-05-14restored @progressocean
2005-05-13* ext/extmk.rb: keep srcdir unexpanded.nobu
2005-05-13* variable.c (generic_ivar_get): rb_attr_get should not warn.ocean
2005-05-13add ChangeLogocean
2005-05-13* test/ruby/test_array.rb: add test for find_all. (based on Daniel Berger's p...ocean
2005-05-13add ChangeLogocean
2005-05-13* array.c (rb_ary_select): can remove argc check. [ruby-core:4911]ocean
2005-05-13* 2005-05-13usa
2005-05-13* eval.c (unknown_node): add volatile directive to prototype.usa
2005-05-12add tests for reading an extended fileakr
2005-05-12* version.h: update version number to 1.8.3.matz
2005-05-12* eval.c (break_jump): break should not cross functions.matz
2005-05-12* io.c (rb_io_eof, remain_size, read_all, io_read, appendline)akr
2005-05-12* lib/rdoc/parsers/parse_c.rb: more readability for mixingocean
2005-05-12* ext/nkf/nkf-utf8/nkf.c: follow nkf 2.0.5naruse
2005-05-12* io.c (rb_io_eof, remain_size, read_all, io_read, appendline)akr
2005-05-12* lib/rdoc/parsers/parse_c.rb: show parsing progress for C files.ocean
2005-05-12* test/drb/test_drb{ssl,unix}.rb: can test drbocean
2005-05-12* version.c (ruby_show_version): flush for non-tty stdout.nobu
2005-05-12* test/ruby/envutil.rb, test/drb/drbtest.rb: can test drbocean
2005-05-11* 2005-05-12eban
2005-05-11* eval.c (unknown_node): ignore broken NODE to get rid of accessingnobu
2005-05-11* eval.c (rb_eval), parse.y (arg): reduce fixnum range literal atnobu
2005-05-11* lib/webrick/cgi.rb: new methods WEBrick::CGI#[], WEBrick::CGI#loggergotoyuzo
2005-05-11* lib/tempfile.rb (Tempfile#unlink): fixed typo.ocean
2005-05-11* struct.c (make_struct): allow const_id for accessor names.matz