[SCM] Syck port, a YAML 1.0 processor for Ruby annotated tag, 0.0.1, created. 0.0.1

Torsten Werner twerner at alioth.debian.org
Sat Sep 17 18:30:25 UTC 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Syck port, a YAML 1.0 processor for Ruby".

The annotated tag, 0.0.1 has been created
        at  a2716fa92bcdfbd36c21abefe303592f84a9d54c (tag)
   tagging  7fbcd55d77bb2e156973e2a959f9fcd477b92c05 (commit)
 tagged by  Ola Bini
        on  Tue Jul 21 20:15:18 2009 +0200

- Log -----------------------------------------------------------------
tagging version 0.0.1

Ola Bini (96):
      Add initial versions of things
      Add the other scanners
      Add some structure for the nodes
      Add pointer and make that a useful abstraction in the code
      Add some more convenience methods for nodes
      Make more things instance methods
      Add map updating
      Finish the port of the node.c file
      More pieces of the parser puzzle
      Even more porting done
      Added the rest needed for porting syck.c
      Port the rest of handler.c
      Finalize the implicit-scanner
      Added most of the parser. Yay.
      Add more parts of the implementation for the Token scanner
      Last version of Ragel files
      Take things on the way to use my version of re2j
      Final pieces of getting it to compile
      Add some structure to the main loop
      Add parts for the document loop
      Add pieces of the plain productions
      Wire in the parser. Yay.
      Add many more productions and other nices things
      Add support for transfermethod
      Finalize the pieces of the token scanner, god bless.
      Move implicit scanner to be based on re2j too
      Make bytecode scanner into re2j version
      Add support for more pieces of the bytecode scanner
      Add the rest of the bytecode scanner
      Add most of the pieces needed for bytecode handling
      Almost finished with reading. Now debugging stuff!
      Fix some stupid errors
      Fix a few more non-termination errors and get it all working
      Add everything needed to start building the JRuby integration
      Add lots of more pieces for the emitter
      Add more pieces of the emitter
      Add syck_emit implementation
      Add more pieces of emitting
      Add scanning of scalars
      Finalize emitScalar
      Add escaped writing
      Add emitting single quoted values
      Add double quoted printing
      Add emitting of literal values
      Add emitting of folded values
      Starting emitting of seqs and maps
      Add emitting of items inbetween
      Add closing of collections
      Final pieces of the emitter
      Add first pieces necessary for JRuby integration
      Add implementations for many of the needed yaml methods
      Many more fixes and changes
      Add some more implementations
      Some more implementations
      Add one more piece
      Add some more allocation pieces
      Add some more necessary pieces
      Some more node methods
      Even more pieces falling into place
      Finish the rest of the node methods
      Finalize the Out methods
      Add some pieces of the emitter Ruby parts
      Add emitter initialization
      Emitting
      Add even more of the model interface
      More todos fixed
      Add more of emitting
      Add output handling
      Add implementation of the orgHandler
      Final pieces of the port
      Remove list of files to port
      Fix several off by one errors and other stupidness
      More fixes
      Fix several errors and misthinkings - also add some commented out debug statements
      Add some more commented out printlns
      Remove some more mistakes
      Handle parse errors and scanner errors the same way
      Add a hard link to the head during emitting
      Add a hard link to the head during emitting
      Comment out some additional checking to make this compatible with Syck 0.60
      Switch a sign to make it more correct
      Update to use T_DATA stuff
      Fix even more errors
      It never ends!
      Cripple token scanner a bit to make tabs not be part of indent
      Make sure GC not happens for dependent nodes. Gah
      Fix a slight error and remove some new tries at fixing the GC problems
      Make data represented as the objects directly instead of long references
      Remove references to object space
      Add some better printing and fixing a problem with uninitialized ids
      Slight misthinking fixed
      Finally sort out the issue with recursive objects
      Sort out some off-by-one errors
      Fix handling of binary values
      Fix constant handling
      Sort out some more corner cases

-----------------------------------------------------------------------


hooks/post-receive
-- 
Syck port, a YAML 1.0 processor for Ruby



More information about the pkg-java-commits mailing list