root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @330 [330] 2 weeks indeyets back to dev
(edit) @329 [329] 2 weeks indeyets 0.9.3 release
(edit) @328 [328] 2 weeks indeyets -b and -s keys of re2c break utf8 parsing. rebuild grammars without these …
(edit) @327 [327] 2 weeks indeyets -b and -s keys of re2c break utf8 parsing. rebuild grammars without these …
(edit) @326 [326] 2 weeks indeyets utf-8 tests (currently they fail)
(edit) @325 [325] 4 months indeyets fixed PECL-bug 14384 (tabs in YAML cause segfault)
(edit) @324 [324] 6 months indeyets returning exception (hint by Piotr Pokora)
(edit) @323 [323] 6 months indeyets cleanup
(edit) @322 [322] 6 months indeyets proper check for bad-behaving parse
(edit) @321 [321] 6 months indeyets php 5.2 compatibility
(edit) @320 [320] 6 months indeyets regenerated grammer with latest re2c
(edit) @319 [319] 6 months indeyets proper check for type
(edit) @318 [318] 6 months indeyets added handling of sequences and maps of unknown types
(edit) @317 [317] 6 months slact updated to latest flavor of Io (2008ish). Dump still badly broken.
(edit) @316 [316] 7 months slact no more segfaults on load. no more leaks loading or dumping. added info …
(edit) @315 [315] 7 months indeyets we already include config.h upper
(edit) @314 [314] 7 months indeyets moved check to erb file and regenerated test
(edit) @313 [313] 7 months indeyets folding
(edit) @312 [312] 7 months indeyets use local library
(edit) @311 [311] 7 months indeyets regenerated parser with newer re2c
(edit) @310 [310] 7 months indeyets proper check for test-engine
(edit) @309 [309] 7 months indeyets test for long strings
(edit) @308 [308] 7 months indeyets multiline strings are exported in folded format, now
(edit) @307 [307] 7 months slact makefile PREFIX now normal.
(edit) @306 [306] 7 months slact updated for Lua 5.1, cleaned up the Makefile, added make install
(edit) @305 [305] 8 months indeyets moved declaration of sycklex to separate header, regenerated grammar (for …
(edit) @304 [304] 8 months indeyets proper date-comparison
(edit) @303 [303] 8 months indeyets php 5.3 compatibility (not finished)
(edit) @302 [302] 9 months indeyets fix for minor warnings
(edit) @301 [301] 9 months indeyets forced configure to check for bison, as yacc does not work for us
(edit) @300 [300] 9 months indeyets added todo and test for recursive anchors/aliases
(edit) @299 [299] 9 months indeyets lines should start from 1
(edit) @298 [298] 9 months indeyets fixed bug#31 (broken yaml caused segfault)
(edit) @297 [297] 12 months indeyets use <> for external includes, use quotes for internal includes
(edit) @296 [296] 12 months indeyets regenerated grammar using re2c 0.13.1 with optimizations (-b)
(edit) @295 [295] 12 months indeyets added todo about multiline strings
(edit) @294 [294] 13 months indeyets php-syck 0.9.2
(edit) @293 [293] 13 months indeyets explicitly output yaml-version
(edit) @292 [292] 13 months indeyets optimization of dumping mixed arrays
(edit) @291 [291] 13 months indeyets setting pointers to explicit NULLs
(edit) @290 [290] 13 months indeyets freeing memory in error-handler
(edit) @289 [289] 13 months indeyets ticket #22
(edit) @288 [288] 13 months indeyets ticket #21
(edit) @287 [287] 13 months indeyets const patch by Jim Meyer + regenerated sources with newer re2c
(edit) @286 [286] 13 months indeyets fixed some compile-warnings
(edit) @285 [285] 14 months indeyets E_STRICT tests
(edit) @284 [284] 14 months indeyets fix for a test-case
(edit) @283 [283] 14 months indeyets expected on the left
(edit) @282 [282] 14 months indeyets regression-tests for 2 bugs which were present in earlier revisions
(edit) @281 [281] 14 months indeyets fixed unserialize
(edit) @280 [280] 14 months indeyets compatibility with freebsd's gcc
(edit) @279 [279] 14 months indeyets - changed naming of tags to php/(object|array|hash)::ClassName? - added …
(edit) @278 [278] 14 months indeyets changed explicit type of DateTime? class to be php:DateTime
(edit) @277 [277] 14 months indeyets added support for loading classes which implement Serializable …
(edit) @276 [276] 14 months indeyets added support for loading maps into classes which implement ArrayAccess?
(edit) @275 [275] 14 months indeyets - added support for loading sequences into classes which implement …
(edit) @274 [274] 14 months indeyets - added support for loading explicitly typed DateTime? (with …
(edit) @273 [273] 14 months indeyets - fixed dumping of mixed arrays and numeric-arrays starting from non-zero …
(edit) @272 [272] 16 months indeyets gcc-2.95 compatibility patch (by Brian J. France)
(edit) @271 [271] 16 months indeyets using inline-mode for short-and-flat maps and sequences
(edit) @270 [270] 16 months freezombie added -fPIC to lib/Makefile.am (fixed build on amd64)
(edit) @269 [269] 16 months freezombie properly prototype functions to fix build on ia64
(edit) @268 [268] 17 months indeyets 0.9.1 pecl release (see CHANGELOG for details)
(edit) @267 [267] 17 months indeyets updated Description
(edit) @266 [266] 17 months indeyets preparing for the first PECL-release
(edit) @265 [265] 17 months indeyets changing spaces to tabs
(edit) @264 [264] 17 months indeyets support for sexagecimal floats
(edit) @263 [263] 17 months indeyets added some unit-tests, fixed loading of some data-types, added implicit …
(edit) @262 [262] 17 months indeyets clarified TODO
(edit) @261 [261] 17 months indeyets typo
(edit) @260 [260] 17 months indeyets added TODO and CHANGELOG files
(edit) @259 [259] 17 months indeyets associative arrays work too
(edit) @258 [258] 17 months indeyets syck_dump() works for primitive types
(edit) @257 [257] 17 months indeyets started implementing emitter (doesnt work now, wait for several more …
(edit) @256 [256] 21 months indeyets fixed test to be independent of exact error message
(edit) @255 [255] 21 months indeyets better message in exception
(edit) @254 [254] 21 months indeyets micro-optimizations
(edit) @253 [253] 21 months indeyets oops
(edit) @252 [252] 21 months indeyets o2 can be safely destructed here (-memory leak)
(edit) @251 [251] 21 months indeyets o2 can be safely destructed here (-memory leak)
(edit) @250 [250] 21 months indeyets really removed merge-class, moved code a bit
(edit) @249 [249] 21 months indeyets one more zts-related fix
(edit) @248 [248] 21 months indeyets compact form
(edit) @247 [247] 21 months indeyets removed merge-class (it was unused), added dtor to eliminate one of …
(edit) @246 [246] 21 months indeyets * Conformance to PECL-style of coding * Support for PHP 5.2 * Report …
(edit) @245 [245] 21 months indeyets copyright ;)
(edit) @244 [244] 21 months indeyets exception class is SyckException? now (derived from SPL's …
(edit) @243 [243] 21 months indeyets (PHP Stuff) tests to verify that syck extension works fine with both …
(edit) @242 [242] 21 months indeyets (PHP stuff) * added basic support for error-handling (an exception is …
(edit) @241 [241] 2 years why * ext/io/YAML/source/IoYAML.c: basic dumping, maps are badly broken but …
(edit) @240 [240] 2 years why * ext/io/YAML/source/IoYAML.c: okay, convert string keys to IO symbols. …
(edit)