Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove $Id$ and RCSID() usage. | Peter Johnson | 2011-08-19 | 7 | -8/+0 |
| | | | | These are useless now that we're using git. | ||||
* | Finish cleanup made in [1948]. | Peter Johnson | 2007-09-14 | 1 | -1/+1 |
| | | | | svn path=/trunk/yasm/; revision=1951 | ||||
* | Remove yasm_immval, moving remaining unique information (sign flag) into | Peter Johnson | 2007-01-21 | 1 | -8/+1 |
| | | | | | | yasm_value. svn path=/trunk/yasm/; revision=1740 | ||||
* | intnum.c: Better internal error checking on intnum creation input strings. | Peter Johnson | 2007-01-20 | 1 | -0/+12 |
| | | | | svn path=/trunk/yasm/; revision=1739 | ||||
* | Include test_bytecode.py and test_expr.py in the distribution, as they're | Peter Johnson | 2006-08-10 | 1 | -0/+2 |
| | | | | | | called out by the python test framework. svn path=/trunk/yasm/; revision=1601 | ||||
* | Rework yasm.Expression to accept strings like '+' to indicate operation. | Michael Urman | 2006-05-07 | 4 | -2/+33 |
| | | | | | | Add tests for yasm.Expression and new yasm.ImmVal. svn path=/trunk/yasm/; revision=1527 | ||||
* | Raise SymbolTable redefinition errors in Python. | Michael Urman | 2006-05-07 | 1 | -1/+29 |
| | | | | | | | Fix a double-free problem encountered during this testing. Redefine symtab.define_special() vis parameter to match symrec.visibility. svn path=/trunk/yasm/; revision=1526 | ||||
* | Raise IntNum division by zero errors in Python. | Michael Urman | 2006-05-06 | 1 | -0/+9 |
| | | | | svn path=/trunk/yasm/; revision=1524 | ||||
* | * symrec.pxi: Change various things to properties rather than functions. | Peter Johnson | 2006-04-17 | 1 | -6/+47 |
| | | | | | | | Visibility is handled via set of strings. * test_symrec.py: Test. svn path=/trunk/yasm/; revision=1503 | ||||
* | * python_test.sh: Set srcdir and PYTHON to reasonable defaults if not already | Peter Johnson | 2006-04-17 | 1 | -0/+3 |
| | | | | | | set, this allows easy manual execution of this script outside of make check. svn path=/trunk/yasm/; revision=1502 | ||||
* | * python_test.sh: Use PYTHON variable to find python executable. | Peter Johnson | 2006-04-17 | 2 | -1/+2 |
| | | | | | | | | * python-yasm/tests/Makefile.inc: Pass PYTHON setting down through TESTS_ENVIRONMENT. * Makefile.am: Initialize TESTS_ENVIRONMENT to empty. svn path=/trunk/yasm/; revision=1501 | ||||
* | Add intnum tests; test_cmp is failing right now and needs a source fix. | Michael Urman | 2006-04-17 | 3 | -0/+59 |
| | | | | svn path=/trunk/yasm/; revision=1499 | ||||
* | * test_symrec.py: Actually add test, and fix it to work. | Peter Johnson | 2006-04-17 | 1 | -1/+2 |
| | | | | svn path=/trunk/yasm/; revision=1498 | ||||
* | * python-yasm: Add test framework; large portions copied from Quod Libet | Peter Johnson | 2006-04-17 | 4 | -0/+107 |
framework. svn path=/trunk/yasm/; revision=1497 |