aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* no messageocean2005-07-191-2/+2
* * ext/socket/socket.c: should not undef close on win32.ocean2005-07-191-0/+6
* * error.c (syserr_initialize): add 1 byte for snprintf() size formatz2005-07-191-2/+2
* * error.c (syserr_initialize): need to allocate an additional bytematz2005-07-191-0/+5
* * signal.c (trap): remove sigexit(); handle "EXIT" via sig_exec().matz2005-07-191-0/+8
* * ext/tk/tcltklib.c: rbtk_eventloop_depth is used as int.ocean2005-07-191-0/+10
* * ext/tk/lib/tk/variable.rb: For symmetry, add TkVariable#string. Itnagai2005-07-191-0/+6
* * eval.c (rb_call0): make the pointer to NODE volatileocean2005-07-181-0/+5
* * eval.c (rb_call0): make body volatile to avoid possible optimizationakr2005-07-181-0/+7
* * ext/io/wait/wait.c: wrong backport from trunk, and compile error onnobu2005-07-181-2/+7
* * rubyio.h (FMODE_WSPLIT, FMODE_WSPLIT_INITIALIZED): new constant.akr2005-07-181-0/+9
* * ext/nkf/nkf-utf8/nkf.c: import nkf.c 1.73naruse2005-07-171-0/+5
* * ext/io/wait/extconf.rb, ext/io/wait/wait.c: Win32 platforms support.nobu2005-07-171-0/+4
* * enumerator.c (Init_Enumerator): wrong argument specs.nobu2005-07-161-0/+5
* * win32/win32.[hc]: constified socket functions. [ruby-dev:26553]ocean2005-07-161-0/+4
* * lib/rdoc/parsers/parse_c.rb (handle_class_module): handle anobu2005-07-151-0/+10
* * enumerator.c (Init_Enumerator): use an internal directly.nobu2005-07-151-0/+4
* * lib/webrick/server.rb (WEBrick::GenericServer#accept_client):gotoyuzo2005-07-141-0/+7
* * enum.c (enumeratorize): create new enumerator for current method ifnobu2005-07-141-0/+7
* * win32/win32.c (rb_w32_strerror): should return correct messageocean2005-07-141-0/+8
* * LEGAL (ext/nkf/nkf-utf8): updated from nkf1.7 to nkf-utf8.nobu2005-07-131-0/+4
* * parse.y: remove static variables. [ruby-dev:26530]nobu2005-07-131-0/+4
* add ML numberocean2005-07-131-1/+1
* * win32/win32.c (rb_w32_mkdir): should set EEXIST (not EACCES)ocean2005-07-131-0/+11
* * ext/tk/tcltklib.c: TclTkLib.do_one_event doesn't work.nagai2005-07-131-0/+6
* * lib/mkmf.rb: keep curdir unexpanded.nobu2005-07-121-0/+4
* * eval.c, intern.h (rb_proc_call, rb_obj_method, rb_method_call):nobu2005-07-111-1/+9
* * regparse.c (fetch_escaped_value): mask values following \c innobu2005-07-101-2/+7
* * lib/xmlrpc/server.rb (XMLRPC::Server): Switch from GServer over tomneumann2005-07-101-0/+6
* * lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line):gotoyuzo2005-07-101-0/+6
* * lib/pathname.rb (Pathname#unlink): try Dir.unlink first toakr2005-07-101-0/+6
* * lib/debug.rb (debug_command): added a deficient format specifier.nobu2005-07-101-2/+7
* convert dispid in Ruby and C by INT2NUM and NUM2INT.suke2005-07-091-0/+11
* * lib/rss/rss.rb (RSS::VERSION): 0.1.4 -> 0.1.5.kou2005-07-081-0/+14
* * object.c (rb_obj_pattern_match): now returns nil.matz2005-07-061-0/+15
* * win32/win32.c (open_ifs_socket): new function.usa2005-07-061-3/+11
* * ext/nkf/nkf-utf8/{nkf.c,utf8tbl.c,config.h}:naruse2005-07-051-0/+7
* * instruby.rb: expand source library path.nobu2005-07-051-0/+4
* * eval.c (rb_thread_save_context): must not switch contexts duringnobu2005-07-051-1/+4
* * array.c (sort_2): get rid of yet another bcc's bug.nobu2005-07-051-5/+10
* * ext/tk/tkutil/tkutil.c: fix typo.nagai2005-07-051-0/+4
* * ext/tk/tcltklib.c: bug fix on treating Unicode strings.nagai2005-07-051-0/+38
* * lib/set.rb: test change to follow revision 1.28. (duck typing?)ocean2005-07-041-0/+4
* * test/{dbm,gdbm,sdbm}/test_{dbm,gdbm,sdbm}.rb: skip some testsusa2005-07-041-1/+6
* * test/wsdl/document/test_rpc.rb: compare formatted time string ofnahi2005-07-031-0/+6
* * ext/socket/socket.c (unix_send_io, unix_recv_io): support x86-64 andakr2005-07-021-0/+5
* * defines.h (FLUSH_REGISTER_WINDOWS): defined for IA64.akr2005-07-021-0/+9
* * configure.in: check select_large_fdset.akr2005-07-021-0/+7
* * bignum.c (rb_big_neg): may be accessing bogus pointer value.matz2005-07-011-0/+4
* * ChangeLog: typo.usa2005-07-011-1/+1