| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-28 | modify headersHEADmaster | Paul Buetow | |
| 2026-02-28 | Clean up scanner_run() and interpret_run(): narrow signatures, fix SoC [SoC/DIP] | Paul Buetow | |
| Three issues resolved: 1. scanner_run() no longer takes Fype*. New signature: scanner_run(List*, Tupel*, char **c_filename_out) Verbose-mode list_iterate() and basename extraction moved to fype_run() (the composition root), leaving scanner_run() as pure tokenizer: open source -> tokenize -> post-process -> return filename. 2. interpret_run() no longer takes Fype*. New signature: interpret_run(List *p_list_token, Hash *p_hash_syms) Fype* unpacking happens in fype_run(); interpret.h no longer includes fype.h. scanner.h no longer includes fype.h either. 3. _CODESTR_INDEX file-global (which made the scanner non-reentrant) moved into the Scanner struct as i_codestr_index, initialized to 0 in scanner_new(). _scanner_has_next_char() and _scanner_get_next_char() use p_scanner->i_codestr_index instead. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2021-11-02 | move to codeberg | Paul Buetow | |
| 2021-04-29 | update URIs | Paul Buetow | |
| 2008-12-15 | modified headers | Paul Buetow | |
| 2008-12-15 | say foo[1] works | Paul Buetow | |
| 2008-11-09 | changed the src headers. | Paul Buetow | |
| 2008-11-04 | astyle | Paul Buetow | |
| 2008-11-01 | modified headers | Paul Buetow | |
| 2008-10-28 | initial references support. | Paul Buetow | |
| run "make headers" | |||
| 2008-10-25 | astyle. | Paul Buetow | |
| more BSD style in return (FOO); | |||
| 2008-10-25 | make headers | Paul Buetow | |
| 2008-10-18 | backdowngrade | Paul Buetow | |
| 2008-10-14 | GC removed, temporaly | Paul Buetow | |
| 2008-08-24 | some mods | Paul Buetow | |
| 2008-08-23 | changed headers | Paul Buetow | |
| 2008-08-23 | some enhancements | Paul Buetow | |
| 2008-08-08 | changed header. | Paul Buetow | |
| 2008-05-15 | Moved stuff into trunk. | Paul Buetow | |
