]> git.mdlowis.com Git - projs/onward.git/shortlog
projs/onward.git
2024-08-25 Michael D.... added x11 commands master
2024-08-23 Mike Lowisremoved system calls weirdness.
2024-08-21 Michael D.... fixed linker errors
2015-12-30 Mike LowisAdded tasks to create release tarballs as well as a...
2015-12-30 Michael D.... Added config.mk file to allow user-specific overrides
2015-11-30 Michael D.... deleted erroneous echo
2015-11-30 Michael D.... Merged changes
2015-11-30 Michael D.... Delete .gitmodules file
2015-11-30 Michael D.... Cleared out .gitmodules file
2015-11-30 Michael D.... Removed submodules
2015-11-30 Michael D.... Switched to posix compliant makefile
2015-01-30 Michael D.... Added some basic string handling words
2015-01-29 Michael D.... Fixed alignment algorithm in create word
2015-01-29 Michael D.... Fixed improper handling of EOF
2015-01-28 Michael D.... Added asserts to protect against underflow and overflow
2014-12-16 Michael D.... Defined PATH_MAX for systems that dont define it
2014-12-15 Michael D.... Added auto loading of defined words file to the standal...
2014-12-04 Michael D.... Fixed a bug in create
2014-12-04 Michael D.... Added support for constant definitions
2014-12-03 Michael D.... Started implementing common forth defined words
2014-12-02 Michael D.... Started re-organizing and debugging defined words dicti...
2014-12-02 Michael D.... Combined standalone interpreter into onward.c with...
2014-12-02 Michael D.... Added key and emit words and reworked the kernel to...
2014-11-27 Michael D.... implemented if statements, loops and # style comments
2014-11-25 Michael D.... Added more tests and tweaked behavior of the branching...
2014-11-25 Michael D.... Started testing built-in words
2014-11-23 Michael D.... Added support for loading definitions from files
2014-11-23 Michael D.... Corrected dumpw handling of embedded literals
2014-11-22 Michael D.... Added an implementation specific dumpw word for decompi...
2014-11-22 Michael D.... Implemented dropline word and added comments to all...
2014-11-22 Michael D.... Added support for compiling literals
2014-11-22 Michael D.... fixed bug in the comma word and cleaned up the create...
2014-11-14 Michael D.... added underflow and overflow checking to arg and return...
2014-11-13 Michael D.... restructured code to allow accessing core words from...
2014-11-13 Michael D.... Initial Commit