7
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
May 09, 2023 — May 09, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
removed merge-class (it was unused), added dtor to eliminate one of memleaks, added comments More... about 17 years ago
* Conformance to PECL-style of coding * Support for PHP 5.2 * Report versions for phpinfo() * Added casts, to block warnings More... about 17 years ago
copyright ;) More... about 17 years ago
exception class is SyckException now (derived from SPL's UnexpectedValueException) More... about 17 years ago
(PHP Stuff) tests to verify that syck extension works fine with both correct and incorrect input More... about 17 years ago
(PHP stuff) * added basic support for error-handling (an exception is thrown on parse error) * ranamed nan() to nanphp(), so extension compiles fine on osx * small zts fix More... about 17 years ago
* ext/io/YAML/source/IoYAML.c: basic dumping, maps are badly broken but other basic stuff works. More... over 17 years ago
* ext/io/YAML/source/IoYAML.c: okay, convert string keys to IO symbols. i'm not sure how this fares for serialization, but we'll see. More... over 17 years ago
* lib/Makefile.am: this seems to be the correct Makefile rule, though it doesn't work on my debian box. More... over 17 years ago
* ext/io: a simple YAML loader for Io. More... over 17 years ago
* ext/ruby/ext/syck/rubyext.c: merging in Ruby CVS, (mostly changes in function decls and support for 1.9 string and array macros.) * lib/: alterations to some function decls from Ruby CVS. * lib/Makefile.am: update to Automake 1.4. More... over 17 years ago
* lib/token.rb: TAB warning only happens for lines starting with tabs. More... almost 18 years ago
* lib/emitter.c: a different approach to [http://www.atdot.net/~ko1/w3ml/w3ml.cgi/ruby-cvs/msg/16371 ocean's buffer overflow solution]. * lib/gram.y: show the full yacc error message. More... almost 18 years ago
* ext/ruby/ext/syck/rubyext.c: go back to using rb_iterate, since trunk always supports the latest version of Ruby. * lib/token.re: readable error for TABs in indentation. * README: updated PHP instructions, version 0.65. More... about 18 years ago
* ext/python: removal of the Python extension. Please use PySyck! * ext/ruby/ext/syck/rubyext.c: all patches from #1 (oceaN!), using to_f on incoming floats (strtod/rb_float_new isn't accurate). * ext/ruby/lib/yaml/rubytypes.rb: added anonymous Class and Module loading/dumping. Thanks, Joel! * ext/ruby/lib/yaml.rb: spelling error. Caught by ocean! * lib/bytecode.c: re2c 0.10.0 is generating now. * lib/token.rb: support loading of [a: 1, b: 2] inline syntax. * lib/emitter.c: output of complex keys. * lib/syck.c: fix from ocean (related to buffer overrun.) * lib/syck.h: no longer need the definition of sycklex. More... about 18 years ago
Fixes from Ruby 1.8.4 development, patches from matz, nobu, ocean and the guys. More... over 18 years ago
lib/yaml/basenode.rb: fix array index in BaseNode#[]. lib/yaml/types.rb: warnings coming from PrivateType and DomainType. More... over 18 years ago
lib/token.re: correctly find the parental indentation for block scalars. More... over 18 years ago
lib/emitter.c: typed scalar nodes are treated like complex keys. More... over 18 years ago
test/basic.rb: re-enable bytecode tests. More... over 18 years ago
lib/syck.h: version 0.60 starts. More... over 18 years ago
ext/ruby/ext/syck/rubyext.c: round-tripping of implicit symbols. lib/*.c: fix warnings during -Wall. lib/emitter.c: make sure scalars with indicators at conclusion get quoted. More... over 18 years ago
ext/ruby/lib/yaml/basenode.rb: YPath fixes, key search fixes. ext/ruby/lib/yaml/rubytypes.rb: implicit symbol output. lib/yaml2byte.c: segmentation fault reported under borland or something. More... over 18 years ago
lib/emitter.c: get headless documents working. lib/token.re: forgive tabs in plain scalars. ext/syck/rubyext.c: headless document always. More... over 18 years ago
lib/token.re: tabs are whitespace but not indentation. lib/emitter.c: pay attention to whitespace at beginning and end of scalars. yts: add tabs test case. More... over 18 years ago
Added yaml.lua as a wrapper to allow dumping and loading directly to file names and file objects More... almost 19 years ago
Actually call lua_syck_mark_emitter. More... almost 19 years ago
Added support for dumping map-style Lua tables More... almost 19 years ago
Fixed syck.dump to support recursive table dumping. More... almost 19 years ago
Initial import of Lua extension More... almost 19 years ago