Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [mcb] add test for callback_descriptions() | Philipp Gesang | 2013-11-29 | 1 | -0/+1 |
| | |||||
* | [mcb] implement callback_descriptions() | Philipp Gesang | 2013-11-29 | 1 | -0/+33 |
| | | | | Addresses https://github.com/lualatex/luatexbase/issues/17 | ||||
* | [mcb] add tests for is_active_callback() | Philipp Gesang | 2013-11-29 | 1 | -0/+3 |
| | |||||
* | [attr] fix error message | Philipp Gesang | 2013-11-29 | 1 | -3/+3 |
| | |||||
* | [mcb] implement is_active_callback() | Philipp Gesang | 2013-11-29 | 1 | -1/+36 |
| | | | | Part of https://github.com/lualatex/luatexbase/issues/17 | ||||
* | Merge pull request #16 from eroux/master | Philipp Gesang | 2013-09-17 | 2 | -13/+33 |
|\ | | | | | Minor improvements in mcb, going 0.7 | ||||
| * | Logging is just spoiling logs when done with hyphenate callback... | Elie Roux | 2013-06-09 | 1 | -3/+1 |
| | | |||||
| * | updating NEWS file | Elie Roux | 2013-06-09 | 1 | -0/+5 |
| | | |||||
| * | Bumping date and refreshing callback list | Elie Roux | 2013-06-09 | 1 | -9/+18 |
| | | |||||
| * | Adding a test | Elie Roux | 2013-06-09 | 1 | -1/+1 |
| | | |||||
| * | In simple callbacks, we stop on a false return | Elie Roux | 2013-06-09 | 1 | -3/+11 |
| | | | | | | | | (so that we can truely disable hyphenation) | ||||
| * | It can be normal for a function to return false | Elie Roux | 2013-06-09 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #8 from lualatex/master | Elie Roux | 2013-06-09 | 2 | -23/+42 |
| |\ | |/ |/| | sync with lualatex repo | ||||
* | | Merge pull request #15 from phi-gamma/masterv0.6-tl2013 | Elie Roux | 2013-05-18 | 1 | -11/+23 |
|\ \ | | | | | | | update with requests by @sh2d | ||||
| * | | reintroduce checks for prototype validity | Philipp Gesang | 2013-05-17 | 1 | -1/+1 |
| | | | |||||
| * | | document alternate behavior of ``new_user_whatsit()`` | Philipp Gesang | 2013-05-17 | 1 | -0/+5 |
| | | | |||||
| * | | have ``new_user_whatsit()`` accept prototype as first argument | Philipp Gesang | 2013-05-17 | 1 | -23/+16 |
| | | | |||||
| * | | make user whatsit generators accept an optional argument of type node | Philipp Gesang | 2013-05-17 | 1 | -2/+16 |
| | | | |||||
* | | | Merge pull request #13 from phi-gamma/master | Elie Roux | 2013-05-17 | 1 | -0/+3 |
|\| | | | | | | | | make unset value accessible by a function | ||||
| * | | add function to retrieve attribute unset value | Philipp Gesang | 2013-05-16 | 1 | -0/+3 |
| | | | |||||
| * | | Merge branch 'master' into whatever | Philipp Gesang | 2013-05-16 | 0 | -0/+0 |
|/| | | |||||
| * | | do some basic validation on a node before accepting it as whatsit | Philipp Gesang | 2013-05-07 | 1 | -1/+4 |
| | | | |||||
| * | | make user whatsit generators accept an optional argument of type node | Philipp Gesang | 2013-05-07 | 1 | -2/+16 |
| | | | |||||
| * | | Merge pull request #1 from lualatex/master | Philipp Gesang | 2013-05-07 | 5 | -32/+61 |
| |\ \ | | | | | | | | | sync with current | ||||
* | \ \ | Merge pull request #12 from sh2d/master | Philipp Gesang | 2013-05-12 | 2 | -12/+16 |
|\ \ \ \ | | | | | | | | | | | Some user whatsit related documentation fixes. | ||||
| * | | | | doc: Some user whatsit related documentation fixes. | Stephan Hennig | 2013-05-07 | 2 | -12/+16 |
|/ / / / | |||||
* | | | | Merge pull request #11 from eroux/master | Elie Roux | 2013-05-11 | 7 | -55/+61 |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | Closing issue #10 | ||||
| * | | Now all luatexbase modules are identified through provides_module() | Elie Roux | 2013-05-11 | 7 | -55/+61 |
| | | | |||||
| * | | Update the Makefile to reflect Changes->NEWS | Elie Roux | 2013-05-06 | 1 | -2/+2 |
| | | | |||||
* | | | Update Makefile to reflect Changes->NEWSv0.6 | Elie Roux | 2013-05-06 | 1 | -2/+2 |
| | | | |||||
* | | | Merge pull request #9 from eroux/master | Elie Roux | 2013-05-06 | 3 | -19/+12 |
|\| | | | | | | | | doc update | ||||
| * | | Merge branch 'master' of github.com:eroux/luatexbase | Elie Roux | 2013-05-06 | 1 | -1/+2 |
| |\ \ | |||||
| * | | | Changes -> NEWS | Elie Roux | 2013-05-06 | 1 | -0/+0 |
| | | | | |||||
| * | | | Updating doc | Elie Roux | 2013-05-06 | 3 | -19/+12 |
| | | | | |||||
* | | | | Merge pull request #8 from eroux/master | Elie Roux | 2013-05-05 | 5 | -25/+153 |
|\ \ \ \ | | |/ / | |/| | | new functions for modules and doc updates | ||||
| * | | | Merge pull request #7 from phi-gamma/master | Elie Roux | 2013-05-05 | 1 | -1/+2 |
| |\ \ \ | | |/ / | |/| / | | |/ | fix fastcopy() | ||||
| | * | fix scoping for fastcopy() | Philipp Gesang | 2013-05-05 | 1 | -1/+2 |
| | | | |||||
| * | | No .tds.zip on CTAN | Elie Roux | 2013-05-05 | 1 | -9/+3 |
| | | | |||||
| * | | Adding a few more accessors functions | Elie Roux | 2013-05-05 | 1 | -2/+44 |
| |/ | |||||
| * | Update Changes | Elie Roux | 2013-05-04 | 1 | -0/+1 |
| | | |||||
| * | Fixing small error in module date requirement | Elie Roux | 2013-05-04 | 1 | -3/+2 |
| | | |||||
| * | Small doc update | Elie Roux | 2013-05-04 | 2 | -3/+7 |
| | | |||||
| * | Bump version and update documentation | Elie Roux | 2013-05-04 | 3 | -5/+11 |
| | | |||||
| * | Updating and simplifying | Elie Roux | 2013-05-04 | 1 | -5/+4 |
| | | |||||
| * | Adding a few auxiliary functions for module availability and version checking | Elie Roux | 2013-05-04 | 1 | -0/+82 |
| | | |||||
| * | Merge pull request #6 from lualatex/master | Elie Roux | 2013-05-04 | 6 | -45/+308 |
| |\ | |/ |/| | Sync with latest lualatex | ||||
* | | Merge pull request #6 from phi-gamma/master | Elie Roux | 2013-05-04 | 1 | -13/+32 |
|\ \ | | | | | | | incorporate suggestions by Stephan | ||||
| * | | fix ``get_user_whatsit_name`` | Philipp Gesang | 2013-05-04 | 1 | -1/+1 |
| | | | |||||
| * | | have ``new_user_whatsit`` return a generating function | Philipp Gesang | 2013-05-04 | 1 | -13/+32 |
| | | | |||||
* | | | Merge pull request #5 from phi-gamma/master | Elie Roux | 2013-05-03 | 6 | -45/+289 |
|\| | | | | | | | | drop `module()`; incorporate Stephans’s suggestions |