Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-15 | robust wsadd | Holden Rohrer | |
2020-06-15 | added indentation mode | Holden Rohrer | |
2020-06-04 | stripped makefile | Holden Rohrer | |
2020-05-30 | specified build reqs | Holden Rohrer | |
2020-05-29 | phrase-circuit.txt non-primary | Holden Rohrer | |
2020-05-29 | badroff can now handle tiny widths | Holden Rohrer | |
2020-05-29 | badroff leader errors | Holden Rohrer | |
2020-05-29 | foldlines handles unfoldable lines, merge improved greatly | Holden Rohrer | |
2020-05-29 | moved accumlines to make foldlines closer to multbreak | Holden Rohrer | |
2020-05-29 | fixed freenext bug | Holden Rohrer | |
the function in its original form meant that multbreak wouldn't check the node following the freed node like others. | |||
2020-05-29 | avoided repetitive make install | Holden Rohrer | |
2020-05-29 | centralized wsclean/norm use w/ better .MRG | Holden Rohrer | |
2020-05-28 | made more robust against user input | Holden Rohrer | |
2020-05-28 | added uninstall target | Holden Rohrer | |
2020-05-28 | improved error handling and ignorance of trailing ws | Holden Rohrer | |
2020-05-28 | replaced min macro with func | Holden Rohrer | |
2020-05-27 | made global objects static to clean namespace | Holden Rohrer | |
2020-05-27 | added install target | Holden Rohrer | |
2020-05-26 | tty typesetting in readme | Holden Rohrer | |
2020-05-26 | added license section to readme | Holden Rohrer | |
2020-05-26 | added readme | Holden Rohrer | |
2020-05-25 | split a centertext for 34-wide | Holden Rohrer | |
2020-05-25 | ZERO VALGRIND ERRORS! | Holden Rohrer | |
I was accidentally checking for a zero byte in already ended strings in the row-col loop of foldlines | |||
2020-05-25 | fixed accumlines multiline handling | Holden Rohrer | |
the splitting of a string by lines isn't done by replacing \n with \0 but by replacing the char after (with a bit of restructuring) | |||
2020-05-25 | changed strtok to a custom token() | Holden Rohrer | |
2020-05-25 | pedantic c99 | Holden Rohrer | |
2020-05-25 | switched to O3 | Holden Rohrer | |
2020-05-25 | minor memory leakage | Holden Rohrer | |
multiple twobytes returns require a single array that isn't on the heap but automatically allocated. removed printf's and freed some "" lines. | |||
2020-05-24 | removed tmp->text memory leak | Holden Rohrer | |
2020-05-24 | removed twobytes memory leak | Holden Rohrer | |
2020-05-24 | wsclean clarified (i think) | Holden Rohrer | |
2020-05-18 | accumlines now handles multiline | Holden Rohrer | |
2020-05-18 | moved folding logic away from lineset, starting to generalize | Holden Rohrer | |
2020-05-18 | Removed an unnecessary goto and 3 lines | Holden Rohrer | |
2020-05-17 | added gitignore with objs, bin, txt | Holden Rohrer | |
2020-05-13 | used new badroff tech and improved some not symbols | Holden Rohrer | |
2020-05-13 | added badroff nbsp and merge | Holden Rohrer | |
2020-05-13 | changed freenext name in sb.c | Holden Rohrer | |
2020-05-12 | typo, brown->dark yellow, pdf->png | Holden Rohrer | |
2020-05-12 | nand is blue | Holden Rohrer | |
2020-05-12 | black not an available color in librecad | Holden Rohrer | |
2020-05-12 | consistency | Holden Rohrer | |
2020-05-12 | noted .dxf inclusion | Holden Rohrer | |
2020-05-12 | reorg'd stuff | Holden Rohrer | |
2020-05-12 | Added .LS | Holden Rohrer | |
Did a lot of code cleanup on the way because I was trying to find a bug in the new code, but it was actually in the handling of multiline inputs to wordset (now fixed). sb.* added for correct memory allocation in lineset, which, did I mention, now works. Makefile has been updated, and phrase-circuit.src can now handle line widths of about 50. | |||
2020-04-02 | added test file | Holden Rohrer | |
2020-04-02 | added vert() and simplified wordset() framework | Holden Rohrer | |
2020-04-01 | badroff has slightly erring .LS && typeset cleanup | Holden Rohrer | |
Two lines can break at different spots and create incorrect images; nonbreaking spaces may need to be added for this. | |||
2020-04-01 | partial migration of typeset | Holden Rohrer | |
2020-04-01 | migrated typeset | Holden Rohrer | |
typeset() now relies on a one line at a time approach; the current version does have some bugs, though (poor handling of large spaces, EOL whitespace) |