| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * eval.c, intern.h (rb_proc_call, rb_obj_method, rb_method_call): | nobu | 2005-07-11 | 4 | -49/+172 |
* | * regparse.c (fetch_escaped_value): mask values following \c in | nobu | 2005-07-10 | 2 | -3/+8 |
* | * lib/xmlrpc/server.rb (XMLRPC::Server): Switch from GServer over to | mneumann | 2005-07-10 | 2 | -96/+49 |
* | * lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line): | gotoyuzo | 2005-07-10 | 2 | -2/+8 |
* | * lib/pathname.rb (Pathname#unlink): try Dir.unlink first to | akr | 2005-07-10 | 2 | -2/+8 |
* | 2005-07-11 | akr | 2005-07-10 | 1 | -3/+3 |
* | * lib/debug.rb (debug_command): added a deficient format specifier. | nobu | 2005-07-10 | 2 | -4/+9 |
* | 2005-07-10 | nobu | 2005-07-10 | 1 | -3/+3 |
* | 2005-07-09 | suke | 2005-07-09 | 1 | -3/+3 |
* | convert dispid in Ruby and C by INT2NUM and NUM2INT. | suke | 2005-07-09 | 4 | -3/+24 |
* | * win32/win32.c (StartSockets): iSockOpt is no longer used. | nobu | 2005-07-08 | 1 | -5/+1 |
* | * lib/rss/rss.rb (RSS::VERSION): 0.1.4 -> 0.1.5. | kou | 2005-07-08 | 5 | -28/+30 |
* | 2005-07-08 | kou | 2005-07-08 | 1 | -3/+3 |
* | * object.c (rb_obj_pattern_match): now returns nil. | matz | 2005-07-06 | 4 | -488/+96 |
* | * win32/win32.c (open_ifs_socket): new function. | usa | 2005-07-06 | 3 | -26/+62 |
* | * ext/nkf/lib/kconv.rb: fix typo. | naruse | 2005-07-05 | 1 | -1/+1 |
* | * ext/nkf/nkf-utf8/{nkf.c,utf8tbl.c,config.h}: | naruse | 2005-07-05 | 5 | -19/+1118 |
* | 2005-07-06 | naruse | 2005-07-05 | 1 | -3/+3 |
* | * instruby.rb: expand source library path. | nobu | 2005-07-05 | 2 | -3/+7 |
* | * eval.c (rb_thread_save_context): must not switch contexts during | nobu | 2005-07-05 | 2 | -2/+7 |
* | * array.c (sort_2): get rid of yet another bcc's bug. | nobu | 2005-07-05 | 2 | -7/+12 |
* | * ext/tk/tkutil/tkutil.c: fix typo. | nagai | 2005-07-05 | 2 | -2/+6 |
* | * ext/tk/tcltklib.c: bug fix on treating Unicode strings. | nagai | 2005-07-05 | 13 | -94/+375 |
* | 2005-07-05 | nagai | 2005-07-05 | 1 | -3/+3 |
* | * lib/set.rb: test change to follow revision 1.28. (duck typing?) | ocean | 2005-07-04 | 2 | -2/+6 |
* | * test/{dbm,gdbm,sdbm}/test_{dbm,gdbm,sdbm}.rb: skip some tests | usa | 2005-07-04 | 4 | -1/+38 |
* | 2005-07-04 | eban | 2005-07-03 | 1 | -3/+3 |
* | test | eban | 2005-07-03 | 0 | -0/+0 |
* | test | eban | 2005-07-03 | 0 | -0/+0 |
* | cosmetic. | nahi | 2005-07-03 | 1 | -1/+1 |
* | * test/wsdl/document/test_rpc.rb: compare formatted time string of | nahi | 2005-07-03 | 2 | -2/+11 |
* | avoid some race condition | akr | 2005-07-03 | 1 | -1/+6 |
* | 2005-07-03 | akr | 2005-07-03 | 1 | -3/+3 |
* | doc fix. | akr | 2005-07-02 | 1 | -1/+1 |
* | use CMSG_LEN. | akr | 2005-07-02 | 1 | -2/+2 |
* | * ext/socket/socket.c (unix_send_io, unix_recv_io): support x86-64 and | akr | 2005-07-02 | 3 | -25/+48 |
* | * 2005-07-02 | eban | 2005-07-02 | 1 | -3/+3 |
* | fix indent. | akr | 2005-07-02 | 1 | -1/+1 |
* | * defines.h (FLUSH_REGISTER_WINDOWS): defined for IA64. | akr | 2005-07-02 | 4 | -3/+27 |
* | * configure.in: check select_large_fdset. | akr | 2005-07-02 | 3 | -1/+18 |
* | * bignum.c (rb_big_neg): may be accessing bogus pointer value. | matz | 2005-07-01 | 3 | -9/+11 |
* | * ChangeLog: typo. | usa | 2005-07-01 | 1 | -1/+1 |
* | * missing/erf.c: need to include some headers for some platforms. | usa | 2005-07-01 | 3 | -0/+17 |
* | * missing/crypt.c: modified to make it compilable on platforms | matz | 2005-07-01 | 3 | -2/+122 |
* | * lib/open-uri.rb (OpenURI.open_http): refine post_connection_check | akr | 2005-07-01 | 2 | -3/+13 |
* | * missing/crypt.c: replaced with 4.4BSD version. | matz | 2005-07-01 | 4 | -317/+1309 |
* | * 2005-07-01 | eban | 2005-06-30 | 1 | -4/+4 |
* | * enum.c (enum_min, enum_max): must not return Qundef. | nobu | 2005-06-30 | 2 | -0/+7 |
* | * lib/delegate.rb (Delegator::respond_to): respond_to? must check | matz | 2005-06-30 | 2 | -0/+14 |
* | * signal.c (trap): non-string trap hander was ignored. | nobu | 2005-06-30 | 2 | -1/+9 |