| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | perl: make pp benchmarks available | gfx | 2010-09-18 | 2 | -8/+8 | |
| | * | | | | | | | | | perl: docs | gfx | 2010-09-18 | 1 | -2/+9 | |
| | * | | | | | | | | | perl: tweaks for benchmarks | gfx | 2010-09-18 | 3 | -12/+9 | |
| | * | | | | | | | | | perl: PERL_ONLY=1 disables XS | gfx | 2010-09-18 | 1 | -1/+1 | |
| | * | | | | | | | | | perl: add a note about 64 bit integers | gfx | 2010-09-18 | 2 | -0/+14 | |
| | * | | | | | | | | | perl: Fix Makefile.PL | gfx | 2010-09-18 | 1 | -6/+5 | |
| | * | | | | | | | | | perl: requires the latest version of Math::BigInt for PP | gfx | 2010-09-18 | 1 | -0/+1 | |
| | * | | | | | | | | | perl: more kind testing messages | gfx | 2010-09-18 | 1 | -1/+2 | |
| | * | | | | | | | | | perl: add portability stuff | gfx | 2010-09-18 | 1 | -0/+1 | |
| | * | | | | | | | | | perl: fix max depth checks in PP | gfx | 2010-09-18 | 2 | -8/+9 | |
| | * | | | | | | | | | perl: More kind error messages in PP | gfx | 2010-09-18 | 2 | -9/+16 | |
| | * | | | | | | | | | perl: fix int64_t unpacking in both XS and PP | gfx | 2010-09-18 | 3 | -37/+86 | |
| | * | | | | | | | | | perl: Scalar::Util is no longer used | gfx | 2010-09-18 | 1 | -1/+0 | |
| | * | | | | | | | | | perl: fix a test name | gfx | 2010-09-18 | 1 | -0/+0 | |
| | | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
| | * | | | | | | | | perl: fixed stream deserializer in pp. | tokuhirom | 2010-09-18 | 5 | -24/+56 | |
| | * | | | | | | | | perl: added failing test case for streaming unpacker with PP. | tokuhirom | 2010-09-18 | 1 | -0/+39 | |
| | * | | | | | | | | perl: regenerate README file | tokuhirom | 2010-09-18 | 1 | -10/+26 | |
| | * | | | | | | | | perl: gfx is a author. | tokuhirom | 2010-09-18 | 1 | -2/+2 | |
| | * | | | | | | | | Add TODOs | gfx | 2010-09-17 | 1 | -0/+19 | |
| | * | | | | | | | | Docs | gfx | 2010-09-17 | 1 | -8/+11 | |
| | * | | | | | | | | Fix a macro redefinition | gfx | 2010-09-17 | 1 | -1/+1 | |
| | * | | | | | | | | perl: regen README | gfx | 2010-09-17 | 2 | -11/+19 | |
| | * | | | | | | | | perl: updated benchmark result! gfx++ # performance tuning | tokuhirom | 2010-09-17 | 1 | -11/+20 | |
| * | | | | | | | | | haskell: TH support and refactoring | tanakh | 2010-09-23 | 8 | -147/+424 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Changelogging | gfx | 2010-09-17 | 1 | -0/+5 | |
| * | | | | | | | | chmod -x | gfx | 2010-09-17 | 3 | -0/+0 | |
| * | | | | | | | | Add .gitignore | gfx | 2010-09-17 | 1 | -0/+3 | |
| * | | | | | | | | Tweaks | gfx | 2010-09-17 | 1 | -9/+6 | |
| * | | | | | | | | Fix stddata.t | gfx | 2010-09-17 | 1 | -2/+5 | |
| * | | | | | | | | Tidy PP | gfx | 2010-09-17 | 1 | -51/+68 | |
| * | | | | | | | | Split the boolean class into an outer module | gfx | 2010-09-17 | 5 | -25/+87 | |
| * | | | | | | | | Fix tests | gfx | 2010-09-17 | 4 | -26/+66 | |
| * | | | | | | | | Comments | gfx | 2010-09-16 | 1 | -0/+3 | |
| * | | | | | | | | More tests; some fails now :( | gfx | 2010-09-16 | 6 | -3/+56 | |
| * | | | | | | | | Fix an use of execute() | gfx | 2010-09-16 | 1 | -1/+1 | |
| * | | | | | | | | Fix a comment | gfx | 2010-09-16 | 1 | -1/+1 | |
| * | | | | | | | | Make leaktrace.t as a regular test | gfx | 2010-09-16 | 1 | -5/+13 | |
| * | | | | | | | | Preallocate hv keys | gfx | 2010-09-16 | 1 | -1/+2 | |
| * | | | | | | | | Add binmode() for stream unpacking | gfx | 2010-09-16 | 1 | -0/+1 | |
| * | | | | | | | | Fix the stream unpacker | gfx | 2010-09-16 | 5 | -165/+149 | |
| * | | | | | | | | Make the code clearer | gfx | 2010-09-15 | 1 | -17/+15 | |
| * | | | | | | | | Add leaktrace tests | gfx | 2010-09-15 | 1 | -0/+40 | |
| * | | | | | | | | Add failing tests | gfx | 2010-09-15 | 1 | -1/+25 | |
| * | | | | | | | | More useful error messages | gfx | 2010-09-15 | 1 | -1/+1 | |
| * | | | | | | | | No debug output | gfx | 2010-09-15 | 1 | -1/+1 | |
| * | | | | | | | | Clean up | gfx | 2010-09-15 | 1 | -3/+1 | |
| * | | | | | | | | Use sv_mortalcopy() | gfx | 2010-09-15 | 1 | -1/+1 | |
| * | | | | | | | | Fix an usage message | gfx | 2010-09-15 | 1 | -1/+1 | |
| * | | | | | | | | Revert "The object root can be NULL" | gfx | 2010-09-15 | 1 | -4/+5 | |
| * | | | | | | | | The object root can be NULL | gfx | 2010-09-15 | 1 | -5/+4 | |
