index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ext
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tk.rb :
nagai
2003-06-25
2
-2
/
+154
*
tkcanvas.rb :
nagai
2003-06-25
3
-40
/
+128
*
tk.rb :
nagai
2003-06-24
5
-22
/
+204
*
* io.c (io_close): missing prototype.
aamine
2003-06-23
2
-0
/
+3
*
* MANIFEST: add wince files.
eban
2003-06-23
1
-0
/
+1
*
tk.rb :
nagai
2003-06-23
1
-8
/
+23
*
tk.rb :
nagai
2003-06-22
2
-11
/
+165
*
tk.rb :
nagai
2003-06-21
2
-6
/
+52
*
Ruby/Tk libraries except tk.rb :
nagai
2003-06-21
8
-22
/
+82
*
tcltklib.c :
nagai
2003-06-20
2
-7
/
+12
*
tcltklib.c :
nagai
2003-06-19
7
-12
/
+284
*
tk.rb :
nagai
2003-06-18
14
-432
/
+1650
*
*** empty log message ***
katsu
2003-06-18
1
-0
/
+5
*
* ext/syck/rubyext.c (rb_syck_load_handler): merge key implemented.
why
2003-06-18
1
-14
/
+86
*
* ext/syck/gram.c: added grammar for certain empty sequence entries.
why
2003-06-17
6
-755
/
+1019
*
* ext/dl/dl.c (rb_dl_callback): use rb_block_proc() instead of
usa
2003-06-16
2
-2
/
+2
*
* eval.c (proc_alloc): re-unification of Block and Proc. Block
matz
2003-06-16
4
-22
/
+22
*
tk.rb : add 'no_create' option to widget initialize method.
nagai
2003-06-12
3
-8
/
+28
*
tk.rb : widget configure returns self (for method call chain)
nagai
2003-06-12
3
-0
/
+135
*
* ext/syck/token.c: preserve newlines prepended to a block.
why
2003-06-10
2
-1065
/
+1197
*
* lib/irb.rb (IRB::Irb::eval_input): warn and exit if $SAFE >=3
matz
2003-06-10
1
-1
/
+1
*
fix : 100% CPU problem of Tk.mainloop
nagai
2003-06-09
1
-6
/
+27
*
renew Tk.mainloop
nagai
2003-06-09
1
-24
/
+66
*
* gc.c (define_final): eliminate rb_f_lambda() call.
matz
2003-06-06
2
-2
/
+2
*
* ext/syck/rubyext.c (syck_parser_mark): was a bit heavy on the GC.
why
2003-06-05
3
-63
/
+62
*
* ext/curses/curses.c (window_s_allocate,curses_finalize):
eban
2003-06-05
1
-3
/
+2
*
* ext/syck/rubyext.c: using GC nodes caused segfault. [ruby-core:1071]
why
2003-06-05
2
-15
/
+41
*
* ext/syck/token.c: directives choked on a period.
why
2003-06-05
6
-193
/
+317
*
* eval.c (rb_call_super): inheritance line adjustment moved from
matz
2003-06-03
4
-23
/
+23
*
* ext/digest/defs.h: better support for old Cygwin, again.
eban
2003-06-01
1
-1
/
+1
*
* ext/digest/defs.h: better support for old Cygwin.
eban
2003-06-01
1
-1
/
+1
*
* ext/digest/defs.h: avoid warnings on Cygwin.
eban
2003-06-01
1
-1
/
+1
*
* ext/syck/rubyext.c (rb_syck_mktime): seconds calculated wrong.
why
2003-05-30
3
-279
/
+403
*
* ext/syck/token.c: preserve any indentation passed an explicit
why
2003-05-29
1
-63
/
+61
*
* ext/syck/handler.c, ext/syck/syck.h: removed syck_fold_format().
why
2003-05-29
4
-560
/
+468
*
* ext/socket/socket.c (sock_addrinfo): get rid of SEGV at NULL ptr
nobu
2003-05-27
1
-2
/
+2
*
* eval.c (Init_Proc): Block/Proc separation. [huge change]
matz
2003-05-26
1
-3
/
+12
*
* eval.c (ruby_finalize): turn off ruby_debug flag before calling
matz
2003-05-23
2
-5
/
+3
*
* lib/token.c: single- and double-quoted root-level fix.
why
2003-05-22
1
-44
/
+46
*
* ext/syck/rubyext.c (rb_syck_err_handler): raise ArgumentError on
why
2003-05-22
1
-1
/
+1
*
* ext/syck/rubyext.c (syck_parser_load): root-level false was returning
why
2003-05-22
3
-118
/
+114
*
* st.h: define ST_DATA_T_DEFINED for portability.
eban
2003-05-20
2
-5
/
+9
*
* lib/token.c, lib/implicit.c: expanded character set to allow UTF-8,
why
2003-05-19
2
-1488
/
+3176
*
* lib/syck.c, lib/syck.h, lib/token.c, lib/gram.c: count line numbers
why
2003-05-19
4
-69
/
+72
*
* ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value)
matz
2003-05-19
1
-1
/
+2
*
add WIN32OLE_TYPE#to_s method.
suke
2003-05-17
6
-3
/
+38
*
* ext/socket/socket.c (ruby_connect): connect() after EINPROGRESS
nobu
2003-05-16
1
-12
/
+33
*
* lib/gram.c: fixes to one-line documents and end of stream documents.
why
2003-05-15
5
-172
/
+190
*
* ext/ruby/ext/syck/rubyext.c, lib/implicit.re: timestamp repairs to
why
2003-05-15
3
-580
/
+596
*
* ext/syck/syck.c (syck_parser_pop_level): add prototype.
usa
2003-05-15
1
-0
/
+3
[prev]
[next]