aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * 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
* bigdecimal-brushup.patch from Tadashi Saito applied.shigek2003-05-064-46/+41
* * ext/bigdecimal/.cvsignore: new file (retry).aamine2003-05-062-0/+6
* * object.c (rb_obj_methods): list singleton methods if recurmatz2003-05-066-10/+74
* * array.c (rb_ary_values_at): new method to replace select(index..).matz2003-05-044-4/+5
* secure check when safe level 4.suke2003-05-031-2/+26
* Patch from Michal Rokos for sprintf format strings applied.shigek2003-04-251-30/+30
* Removed lib & sample dir.shigek2003-04-256-12/+0
* BigDecimal dir. rearrangement according to the suggestions from Minero Aoki.shigek2003-04-246-0/+12
* Dir. rearrangement according to the suggestions from Minero Aoki.shigek2003-04-244-9/+10
* More explanations for sincos.shigek2003-04-242-1/+2
* Prec. improvement for PI.shigek2003-04-241-1/+1
* * ext/extmk.rb: add -Wl,--no-undefined to LDSHARED onlyeban2003-04-241-1/+8
* * ext/zlib/extconf.rb: bccwin32 is win32 too.nobu2003-04-221-1/+1
* * ext/Setup*: Add zlib and remove bogus and obsolete entries.knu2003-04-196-9/+7
* Bug in negative.exp(n) reported by Hitoshi Miyazaki fixed.shigek2003-04-171-1/+14