0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected 4 months ago.
Jan 03, 2023 — Jan 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- An initial `make install' did not build verbatim.
PaulKlint
as Paul Klint
More... about 28 years ago
- OOps, a distclean should probably remove these files ...
PaulKlint
as Paul Klint
More... about 28 years ago
- Removed the generation of adapters.tex - Guide.tex: - added comments by Simon Gray - *all* adapters are now included in the Guide - Section on memory management extended - Relation TBmatch and garbage collection clarified in various places
PaulKlint
as Paul Klint
More... about 28 years ago
- doc target added.
PaulKlint
as Paul Klint
More... about 28 years ago
- doc target added. - minor textual changes to doc text
PaulKlint
as Paul Klint
More... about 28 years ago
- Problem was that the documentation of adapters that were *not* build was not included in the Guide. Solution: a separate `doc' target has been added to all Makefiles that copies the relevant documentation files to the doc directory. - The doc/adapters.tex file now also generated here. Note: the order of names of SUBDIRS now determines the order in the Guide (as opposed to the undesirable alphabetical order)
PaulKlint
as Paul Klint
More... about 28 years ago
- Problem was that the documentation of adapters that were *not* build was not included in the Guide. Solution: a separate `doc' target has been added to all Makefiles that copies the relevant documentation files to the doc directory.
PaulKlint
as Paul Klint
More... about 28 years ago
- Term-related functions renamed.
PaulKlint
as Paul Klint
More... about 28 years ago
- Major renaming of term related functions, e.g. copy_list list_copy append_list_list list_concat append_list list_concat_term copy_append_list_list list_append inter list_inter diff list_diff join list_join subset list_subset del_term list_delete elem list_elem reverse list_reverse get_list list_get put_list list_put length_list list_length replace_term_list list_replace
PaulKlint
as Paul Klint
More... about 28 years ago
- Added new section ``Further term manipulation functions'' that documents functions like list_append, list_elem, etc.
PaulKlint
as Paul Klint
More... about 28 years ago
- Renamed term-related functions (e.g., length_list -> list_length, get_list -> list_get)
PaulKlint
as Paul Klint
More... about 28 years ago
- Renamed term-related functions (e.g., length_list -> list_length)
PaulKlint
as Paul Klint
More... about 28 years ago
Fixed some bugs in the tool <-> multiple ToolBus connection.
jurgenvinju
as Jurgen Vinju
More... about 28 years ago
Fixed a SERIOUS bug in TBmake.
jurgenvinju
as Jurgen Vinju
More... about 28 years ago
- Added experimental TBsuspend/TBresume functions. - Added support for connecting one tool to multiple busses (TBmultiloop func). - Done some general maintenance, especially concerning the ToolBus guide. - Made a fresh distribution: ToolBus-0.9.16h.
jurgenvinju
as Jurgen Vinju
More... about 28 years ago
The generated .tif.c file now allows 'rec_monitor' functions to return a useful value.
jurgenvinju
as Jurgen Vinju
More... about 28 years ago
- Added support for viewer tools by introducing the 'rec-monitor' term in tif files.
jurgenvinju
as Jurgen Vinju
More... about 28 years ago
I forgot to add the nowebbed source file.
jurgenvinju
as Jurgen Vinju
More... about 28 years ago
Added missing files: hello.py, hello2py.tb.
jurgenvinju
as Jurgen Vinju
More... about 28 years ago
- added -TB_SINGLE flag for tools to -help menu - new TBreadTerm function implemented (for the benefit of AsFix tools :-) - implemented that TBinit with a NULL handler functions act as standalone mode. - Removed the size restriction for TBmake. - Removed a bug involving incompatible number of arguments for mkports.
PaulKlint
as Paul Klint
More... about 28 years ago
Added: - -TB_SINGLE flag for tools - documented the new TBreadTerm function - documented that TBinit with a NULL handler functions act as standalone mode.
PaulKlint
as Paul Klint
More... about 28 years ago
Regenerated.
PaulKlint
as Paul Klint
More... about 28 years ago
Fixed the new parser. Now it actually seems to work!
jurgenvinju
as Jurgen Vinju
More... about 28 years ago
Switched to a manually coded term parser (instead of a generated one), to improve efficiency. Initial measurements suggest a 20x speedup.
jurgenvinju
as Jurgen Vinju
More... about 28 years ago
- Added the possibility for executables to have more than one ToolBus connection at a time (to the same ToolBus or differents ToolBusses).
jurgenvinju
as Jurgen Vinju
More... about 28 years ago
Fixed 'make dist' target.
jurgenvinju
as Jurgen Vinju
More... about 28 years ago
Removed some debugging output!
jurgenvinju
as Jurgen Vinju
More... about 28 years ago
Fixed a bug in the python-adapter handling of rec-ack-event.
jurgenvinju
as Jurgen Vinju
More... about 28 years ago
Fixed a bug in the python-adapter.
jurgenvinju
as Jurgen Vinju
More... about 28 years ago
Oops, forgot to add python-adapter.guide.tex!
jurgenvinju
as Jurgen Vinju
More... about 28 years ago