aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* tk.rb :nagai2003-06-1814-432/+1650
* *** empty log message ***katsu2003-06-181-0/+5
* * ext/syck/rubyext.c (rb_syck_load_handler): merge key implemented.why2003-06-181-14/+86
* * ext/syck/gram.c: added grammar for certain empty sequence entries.why2003-06-176-755/+1019
* * ext/dl/dl.c (rb_dl_callback): use rb_block_proc() instead ofusa2003-06-162-2/+2
* * eval.c (proc_alloc): re-unification of Block and Proc. Blockmatz2003-06-164-22/+22
* tk.rb : add 'no_create' option to widget initialize method.nagai2003-06-123-8/+28
* tk.rb : widget configure returns self (for method call chain)nagai2003-06-123-0/+135
* * ext/syck/token.c: preserve newlines prepended to a block.why2003-06-102-1065/+1197
* * lib/irb.rb (IRB::Irb::eval_input): warn and exit if $SAFE >=3matz2003-06-101-1/+1
* fix : 100% CPU problem of Tk.mainloopnagai2003-06-091-6/+27
* renew Tk.mainloopnagai2003-06-091-24/+66
* * gc.c (define_final): eliminate rb_f_lambda() call.matz2003-06-062-2/+2
* * ext/syck/rubyext.c (syck_parser_mark): was a bit heavy on the GC.why2003-06-053-63/+62
* * ext/curses/curses.c (window_s_allocate,curses_finalize):eban2003-06-051-3/+2
* * ext/syck/rubyext.c: using GC nodes caused segfault. [ruby-core:1071]why2003-06-052-15/+41
* * ext/syck/token.c: directives choked on a period.why2003-06-056-193/+317
* * eval.c (rb_call_super): inheritance line adjustment moved frommatz2003-06-034-23/+23
* * ext/digest/defs.h: better support for old Cygwin, again.eban2003-06-011-1/+1
* * ext/digest/defs.h: better support for old Cygwin.eban2003-06-011-1/+1
* * ext/digest/defs.h: avoid warnings on Cygwin.eban2003-06-011-1/+1
* * ext/syck/rubyext.c (rb_syck_mktime): seconds calculated wrong.why2003-05-303-279/+403
* * ext/syck/token.c: preserve any indentation passed an explicitwhy2003-05-291-63/+61
* * ext/syck/handler.c, ext/syck/syck.h: removed syck_fold_format().why2003-05-294-560/+468
* * ext/socket/socket.c (sock_addrinfo): get rid of SEGV at NULL ptrnobu2003-05-271-2/+2
* * eval.c (Init_Proc): Block/Proc separation. [huge change]matz2003-05-261-3/+12
* * eval.c (ruby_finalize): turn off ruby_debug flag before callingmatz2003-05-232-5/+3
* * lib/token.c: single- and double-quoted root-level fix.why2003-05-221-44/+46
* * ext/syck/rubyext.c (rb_syck_err_handler): raise ArgumentError onwhy2003-05-221-1/+1
* * ext/syck/rubyext.c (syck_parser_load): root-level false was returningwhy2003-05-223-118/+114
* * st.h: define ST_DATA_T_DEFINED for portability.eban2003-05-202-5/+9
* * lib/token.c, lib/implicit.c: expanded character set to allow UTF-8,why2003-05-192-1488/+3176
* * lib/syck.c, lib/syck.h, lib/token.c, lib/gram.c: count line numberswhy2003-05-194-69/+72
* * ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value)matz2003-05-191-1/+2
* add WIN32OLE_TYPE#to_s method.suke2003-05-176-3/+38
* * ext/socket/socket.c (ruby_connect): connect() after EINPROGRESSnobu2003-05-161-12/+33
* * lib/gram.c: fixes to one-line documents and end of stream documents.why2003-05-155-172/+190
* * ext/ruby/ext/syck/rubyext.c, lib/implicit.re: timestamp repairs towhy2003-05-153-580/+596
* * ext/syck/syck.c (syck_parser_pop_level): add prototype.usa2003-05-151-0/+3
* * ext/syck/gram.c: sequence-in-map shortcut, transfer methods onwhy2003-05-144-108/+188
* * ext/syck/rubyext.c: add prototypes to avoid VC++ warnings.usa2003-05-141-0/+4
* * lib/yaml/rubytypes.rb, lib/yaml/types.rb: using Object#object_idwhy2003-05-137-7/+13
* ext/syck/handler.c (syck_hdlr_add_alias): add cast to avoid warning.eban2003-05-131-1/+1
* * ext/syck/handler.c: add proper casts.eban2003-05-132-6/+6
* * lib/yaml/rubytypes.rb: object and struct loadingwhy2003-05-138-384/+423
* * ext/syck/implicit.c, ext/syck/rubyext.c: transfer methods applied to native...why2003-05-113-80/+110
* * ext/syck/gram.c ext/syck/handler.c ext/syck/implicit.cwhy2003-05-106-120/+913
* * ext/syck/MANIFEST: new file.eban2003-05-102-0/+14
* Initial checkin of YAML substances.why2003-05-0910-0/+5899
* * numeric.c (num_step): remove epsilon; add margin of 0.5, to makematz2003-05-061-0/+1