7
I Use This!
Inactive

Commits : Listings

Analyzed about 12 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
- lib/bytecode.re: Beginning bytecode parser. More... over 20 years ago
- lib/implicit.re: Using the 'tag' URI rather than 'taguri'. More... over 20 years ago
- README.BYTECODE: initial checkin. More... over 20 years ago
- ext/python/pyext.c: building node class. - lib/token.re: comment lookahead to ease flexibility. More... over 20 years ago
- ext/python/ext/pyext.c: formatting. More... over 20 years ago
- ext/python/pyext.c: implementing syck.Node class. - lib/syck.h: decreased buffer size increased performance. More... over 20 years ago
- ext/ruby/ext/syck/rubyext.c: support for default value. More... over 20 years ago
adding both forms of the API, plus the WHOLE_SCALAR bytecode More... over 20 years ago
syck to yaml bytecodes More... over 20 years ago
- ext/python/pyext.c: introduced yaml_org_handler as seen in yaml.rb. started parse handler. - ext/python/tests/basic.py: no booleans, no strings - ext/ruby/ext/syck/rubyext.c: dumb comment -- out! More... over 20 years ago
- lib/token.re: Tokenizer was ignoring root-level spaces in a document without a header. More... over 20 years ago
- lib/yaml/rubytypes.rb: Regexp::POSIXLINE deprecated. Using Regexp::MULTILINE. Thanks anonymous sourceforge user. More... over 20 years ago
- lib/implicit.re: spelling error 'xprivate' in syck_type_id_to_taguri(). More... over 20 years ago
- ext/ruby/ext/syck/rubyext.c: refactoring of the transfer method dispatch. added yaml_org_handler for faster handling of transfers to base types. More... over 20 years ago
- lib/handler.c: Memory leaks. Thanks Sven Verdoolaege. - lib/syck.c: SYMID now always > 1 from syck_add_sym(). - ext/ruby/ext/syck/rubyext.c: Tainting bug from Marshal fixed here. - ext/ruby/lib/yaml/store.rb: filename is first argument. Thanks Kent Dahl. More... over 20 years ago
- ext/ruby/ext/syck/rubyext.c: nuked some warnings, added tainting check. - lib/gram.y: Added prefixes to a few tokens. More... almost 21 years ago
- ext/ruby/ext/syck/rubyext.c: Emitter now flushes at byte count. - ext/ruby/lib/yaml.rb: Anchors outputing. - ext/ruby/lib/yaml/baseemitter.rb: Turned off seq-map shortcut. - ext/ruby/lib/yaml/stream.rb: Work on doc separators in emission. - lib/emitter.c: Started base64 built-in encoding/decoding. - lib/token.re: URI escaping. More... almost 21 years ago
- ext/ruby/: Fixed a few tests for the Emitter. Hacked up a solution to the options hash. More... almost 21 years ago
- lib/emitter.c: Emitter functions. - ext/ruby/ext/syck/: Added Emitter class. More... almost 21 years ago
- ext/syck/gram.y: added grammar for certain empty sequence entries. - ext/syck/handler.c, ext/syck/syck.c, ext/syck/syck.h: track bad anchors. - ext/syck/token.re: added pause token, tag possible circular references. - ext/ruby/lib/yaml.rb: reintroduced YAML::try_implicit. - ext/ruby/lib/yaml/rubytypes.rb: parsing YMD time as Date instance. - ext/ruby/ext/syck/rubyext.c: ditto. DomainType, PrivateType, BadAlias classes. merge key now handled. More... almost 21 years ago
- ext/ruby/lib/yaml/constants.rb: removed '\z' escape. - ext/ruby/lib/yaml/emitter.rb: bug in seq_map_shortcut. - ext/ruby/lib/yaml/encoding.rb: removed iconv Ruby code. - ext/ruby/lib/yaml/rubytypes.rb: better String round-tripping. [ruby-core:1134] - lib/implicit.re: added !merge key - lib/token.re: prepended newlines in a block. More... almost 21 years ago
- ext/ruby/ext/syck/rubyext.c: a bit much on the ruby GC. - ext/ruby/lib/okay/rpc.rc: fault responses fixed. - lib/token.re: recursion in the INLINEX production in Plain scalars. - lib/yaml.rb: added YAML::transfer. More... almost 21 years ago
- ext/ruby/ext/syck/rubyext.c: using GC nodes caused segfault. [ruby-core:1071] - lib/token.c: directives choked on a period. - lib/gram.y: anchors work above a collection. [ruby-core:1071] - lib/handler.c, lib/syck.c: ensure a fresh strtable between parser iterations. More... almost 21 years ago
- lib/gram.y: solved anchor problem in map collections. More... almost 21 years ago
Release 0.33 More... almost 21 years ago
- lib/gram.y: flexibility for transfers and anchors on collections. - lib/token.re: comments eaten on scalar block headers. - ext/ruby/lib/yaml/basenode.rb: was throwing errors on YPath. thanks, bruce. More... almost 21 years ago
- lib/token.re: added hexadecimal escapes. - ext/ruby/ext/syck/rubyext.c: bug in mktime. - ext/ruby/tests/basic.rb: my unit tests for the Ruby module. More... almost 21 years ago
* lib/token.re: forced indent and nl keep fixes. More... almost 21 years ago
* lib/syck.h: version 0.32 More... almost 21 years ago
* ext/python/tests/basic.py: two tests were erroneous. More... almost 21 years ago