chiark
/
gitweb
/
~ianmdlvl
/
nailing-cargo.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
nailing-cargo.git
2020-01-17
Jeff Ober
v0.02
commit
|
commitdiff
|
tree
|
snapshot
2020-01-17
Jeff Ober
Add manifest.skip to keep author scripts from being...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-17
Jeff Ober
v0.01
commit
|
commitdiff
|
tree
|
snapshot
2020-01-17
Jeff Ober
Doc fixup
commit
|
commitdiff
|
tree
|
snapshot
2020-01-17
Jeff Ober
Remove copy of toml.abnf
commit
|
commitdiff
|
tree
|
snapshot
2020-01-17
Jeff Ober
Tokenizer no longer keeps copy of every token
commit
|
commitdiff
|
tree
|
snapshot
2020-01-17
Jeff Ober
Minor speedups here and there
commit
|
commitdiff
|
tree
|
snapshot
2020-01-17
Jeff Ober
Significant speedup by breaking apart primary regex...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-17
Jeff Ober
Update grammar pod
commit
|
commitdiff
|
tree
|
snapshot
2020-01-17
Jeff Ober
Remove ad hoc tokenization tests in favor of generated...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-17
Jeff Ober
Doc updates
commit
|
commitdiff
|
tree
|
snapshot
2020-01-17
Jeff Ober
Import cleanup and update cpanfile
commit
|
commitdiff
|
tree
|
snapshot
2020-01-17
Jeff Ober
Remove documentation for annotations
commit
|
commitdiff
|
tree
|
snapshot
2020-01-17
Jeff Ober
Remove annotation support
commit
|
commitdiff
|
tree
|
snapshot
2020-01-17
Jeff Ober
Update docs
commit
|
commitdiff
|
tree
|
snapshot
2020-01-17
Jeff Ober
Make tokenization for extremely simple matches much...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-17
Jeff Ober
Set min version of Math::BigInt to ensure existence...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-17
Jeff Ober
Move more regexps to state vars to spend less time...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-17
Jeff Ober
Fix use of non-scalar state vars in older perls, move...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-17
Jeff Ober
Fix bug in generation of quoted keys containing quotes...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-17
Jeff Ober
Fix bug in generation of nested table-arrays
commit
|
commitdiff
|
tree
|
snapshot
2020-01-17
Jeff Ober
Remove debug module imported into tokens/string.t
commit
|
commitdiff
|
tree
|
snapshot
2020-01-17
Jeff Ober
Fix the fix in the prior fix for nested empty arrays...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-17
Jeff Ober
Add script to build perl tests from BurntSush/toml...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-16
Jeff Ober
Begin incorporating toml-test tests into perl tests
commit
|
commitdiff
|
tree
|
snapshot
2020-01-16
Jeff Ober
Minor fixups
commit
|
commitdiff
|
tree
|
snapshot
2020-01-16
Jeff Ober
Float optimizations
commit
|
commitdiff
|
tree
|
snapshot
2020-01-15
Jeff Ober
Another round of performance improvements with a focus...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-14
Jeff Ober
First pass on low hanging fruit identified with nytprof
commit
|
commitdiff
|
tree
|
snapshot
2020-01-14
Jeff Ober
Minor performance fixes for grammar regexp
commit
|
commitdiff
|
tree
|
snapshot
2020-01-14
Jeff Ober
Add nytprof files to gitignore
commit
|
commitdiff
|
tree
|
snapshot
2020-01-13
Jeff Ober
fixup
commit
|
commitdiff
|
tree
|
snapshot
2020-01-13
Jeff Ober
Docs fixup
commit
|
commitdiff
|
tree
|
snapshot
2020-01-13
Jeff Ober
Add acknowledgements section to pod
commit
|
commitdiff
|
tree
|
snapshot
2020-01-13
Jeff Ober
Add ABSTRACT for all modules, document TOML::Tiny:...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-13
Jeff Ober
Finish front module docs
commit
|
commitdiff
|
tree
|
snapshot
2020-01-13
Jeff Ober
Flesh out docs, object API
commit
|
commitdiff
|
tree
|
snapshot
2020-01-13
Jeff Ober
Start docs
commit
|
commitdiff
|
tree
|
snapshot
2020-01-13
Jeff Ober
Add script to perform encoder tests from BurntSushi...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-10
Jeff Ober
Remove to-toml test script while I try to decide if...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-10
Jeff Ober
All parsing tests pass with new option, strict_arrays...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-10
Jeff Ober
Integers apparently may not have double, leading, or...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-10
Jeff Ober
Remove debug code
commit
|
commitdiff
|
tree
|
snapshot
2020-01-10
Jeff Ober
Remove invalid test cases for inline tables with newlin...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-10
Jeff Ober
Apparently inline tables are forbidden to have newlines...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-10
Jeff Ober
Disallow invalid escapes, parse error on invalid unicod...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-10
Jeff Ober
Set minimum perl version to 5.18 (macos system perl...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-10
Jeff Ober
All positive path parsing tests from 'toml-test' are...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-09
Jeff Ober
Support for bigint/bignum in toml output
commit
|
commitdiff
|
tree
|
snapshot
2020-01-09
Jeff Ober
Move toml-test scripts out of bin/ for dzil compat
commit
|
commitdiff
|
tree
|
snapshot
2020-01-09
Jeff Ober
Fix support for 64-bit int/float
commit
|
commitdiff
|
tree
|
snapshot
2020-01-09
Jeff Ober
Fix bug in type-annotated output
commit
|
commitdiff
|
tree
|
snapshot
2020-01-09
Jeff Ober
Start testing with BurntSushi toml tests
commit
|
commitdiff
|
tree
|
snapshot
2020-01-08
Jeff Ober
Update todos
commit
|
commitdiff
|
tree
|
snapshot
2020-01-08
Jeff Ober
Add support for generating TOML from a data structure
commit
|
commitdiff
|
tree
|
snapshot
2020-01-08
Jeff Ober
Remove debug imports, tail recursion in root-level...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-08
Jeff Ober
Rewrite tokenizer/parser, test for equivalence with...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-06
Jeff Ober
Show line number in tokenizer error messages
commit
|
commitdiff
|
tree
|
snapshot
2020-01-03
Jeff Ober
Initial commit
commit
|
commitdiff
|
tree
|
snapshot