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
/
syck
Commit message (
Expand
)
Author
Age
Files
Lines
*
* ext/syck/rubyext.c: omission of Date library code caused
why
2004-01-13
1
-0
/
+8
*
* ext/syck/bytecode.c: turn off default implicit typing.
why
2004-01-12
3
-617
/
+698
*
* ext/syck/rubyext.c (yaml_org_handler): lazy-load Date for
nobu
2004-01-07
1
-176
/
+179
*
* dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.
matz
2004-01-02
1
-1
/
+1
*
* ext/syck/emitter.c (syck_emitter_write): str bigger than
matz
2003-12-21
2
-3
/
+12
*
* configure.in (ieeefp.h), numeric.c: needed for finite() on
nobu
2003-12-11
1
-7
/
+8
*
* ext/syck/syck.c (syck_io_str_read): get rid of buffer overflow.
nobu
2003-12-08
1
-1
/
+1
*
* ext/syck/syck.c: string buffering bug. decrementing by full
why
2003-12-01
1
-1
/
+1
*
* ext/syck/token.c: removed YYTOKTMP references which
why
2003-11-25
5
-91
/
+134
*
* ext/syck/yaml2byte.c: HASH const too long. Thanks, matz.
why
2003-10-30
1
-1
/
+1
*
* ext/syck/MANIFEST: Add yamlbyte.h.
knu
2003-10-30
1
-0
/
+1
*
C++/C99 style comments are not allowed yet. (ruby-bugs:PR#1184)
nobu
2003-10-21
2
-17
/
+17
*
* ext/syck/yamlbyte.h: Ditto.
why
2003-10-17
1
-0
/
+170
*
* ext/syck/rubyext.c: YAML::Syck::compile method.
why
2003-10-17
8
-1558
/
+4098
*
* ext/enumerator/enumerator.c (enumerator_each): avoid VC++ warning.
usa
2003-10-15
1
-0
/
+1
*
* ext/syck/bytecode.c: Checkin of YAML bytecode support.
why
2003-10-14
11
-3647
/
+2613
*
* ext/syck/rubyext.c: default keys handled.
why
2003-10-03
2
-10
/
+25
*
* ext/syck/token.c: headerless documents with root-level spacing now
why
2003-09-03
1
-546
/
+562
*
* implicit.c (syck_type_id_to_taguri): corrected detection of
why
2003-08-26
2
-79
/
+84
*
* ext/syck/rubyext.c: refactoring of the transfer method
why
2003-08-21
3
-641
/
+754
*
* ext/syck/syck.h: Parser definition problems on HP-UX. [ruby-talk:79389]
why
2003-08-19
4
-49
/
+53
*
* ext/syck/rubyext.c (syck_emitter_write_m): forgot to declare
matz
2003-08-01
1
-4
/
+4
*
* ext/syck/token.c: prefixed many constants and definitions with YAML_ to
why
2003-07-29
3
-95
/
+97
*
* ext/syck/syck.h: Added 'syck' yacc prefixes.
why
2003-07-28
9
-132
/
+215
*
* ext/socket/socket.c (tcp_s_gethostbyname): was using
matz
2003-07-25
1
-1
/
+1
*
* ext/syck/emitter.c (syck_emitter_flush): accepts count
why
2003-07-24
4
-117
/
+237
*
* ext/syck/emitter.c (syck_emitter_start_obj): cast to avoid warning.
eban
2003-07-15
1
-1
/
+1
*
* ext/syck/rubyext.c (syck_mark_emitter): forgot to rb_gc_mark the
why
2003-07-14
1
-1
/
+5
*
Missed MANIFEST change and addition of ext/syck/emitter.c.
why
2003-07-11
2
-0
/
+318
*
* ext/syck/emitter.c: new emitter code.
why
2003-07-11
3
-29
/
+285
*
*** empty log message ***
nobu
2003-07-04
4
-121
/
+137
*
* 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/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
*
* ext/syck/rubyext.c (syck_parser_mark): was a bit heavy on the GC.
why
2003-06-05
3
-63
/
+62
*
* 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
*
* 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
*
* 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
*
* 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
[next]