summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling mistakesEdward Betts2017-02-101-2/+2
* bootstrap.c: replace name -> filOlivier Danet2014-02-071-4/+4
* forthstrap: avoid unaligned accessesAurelien Jarno2013-12-081-0/+1
* forth.c: fix ioc!, iow! and iol! wordsMark Cave-Ayland2013-08-191-3/+3
* Tidy cell types and format stringsAndreas Färber2011-02-131-4/+4
* sparc32: avoid runtime relocationsBlue Swirl2011-01-301-8/+74
* Generate Makefile dependencies also from Forth filesBlue Swirl2011-01-021-3/+32
* kernel: avoid including C files from anotherBlue Swirl2010-11-174-958/+949
* Introduce forth_init() for trampoline initializationAndreas Färber2010-11-132-16/+21
* bootstrap: avoid a warning from OpenBSD linkerBlue Swirl2010-11-131-2/+1
* Convert cell2pointer() and pointer2cell() macros to inline functionsAndreas Färber2010-11-091-1/+1
* Consolidate cell format definesAndreas Färber2010-10-311-6/+0
* Partially revert r917: Leave bootstrap functionality in kernel/cross.hAndreas Färber2010-10-311-0/+4
* Don't assume that pointer and cell size are identical, part 2Andreas Färber2010-10-301-4/+5
* Don't assume that pointer and cell size are identical, part 1Andreas Färber2010-10-251-9/+9
* Move cell2pointer and pointer2cell macrosAndreas Färber2010-10-241-6/+0
* Create a C wrapper around the Forth key word to be used in the debugger inste...Mark Cave-Ayland2010-07-251-8/+25
* Fix dead variable assignment, spotted by clang analyzerBlue Swirl2010-04-251-1/+0
* Commit revised version of Igor Kovalenko's patch for detecting whether dictio...Igor V. Kovalenko2010-04-123-0/+10
* Revert the parts of the last commit which changed the exception function to u...Mark Cave-Ayland2010-03-253-43/+74
* Change the sysdebug exception() callback so that it is now a function pointer...Mark Cave-Ayland2010-03-242-16/+60
* Add source file and line number tracking to forthstrap to allow the user to l...Mark Cave-Ayland2010-03-241-19/+52
* Correct comments in kernel/primitives.c as pointed out by ProgrammingKid and ...Mark Cave-Ayland2010-03-141-2/+2
* Fix a debug whereby the debug banner was being printed to the debug output ra...Mark Cave-Ayland2010-03-141-1/+1
* Move the basic OpenBIOS configuration header files from include/openbios to i...Mark Cave-Ayland2010-03-144-7/+7
* Move the kernel header files into include/kernel to synchronise with the code...Mark Cave-Ayland2010-03-144-6/+6
* Another nice patch from Mark Cave-Ayland:Stefan Reinauer2009-11-202-3/+2
* findsemis_wordlist is only used by findsemis() so let's remove it from theStefan Reinauer2009-11-202-2/+1
* improve x@ and x! functions, at least x@ reads back what x! wrote, now.Stefan Reinauer2009-11-201-6/+6
* fix typo Stefan Reinauer2009-11-201-2/+2
* Reworked version of Forth Source debugger (Mark Cave-Ayland)Blue Swirl2009-11-156-16/+571
* Introduce quiet buildBlue Swirl2009-08-171-11/+22
* Improve version number handlingBlue Swirl2009-08-021-2/+4
* Implement /x FCode (Mark Cave-Ayland)Blue Swirl2009-05-231-0/+1
* Fix gcc 4.3 warningBlue Swirl2009-02-161-3/+0
* Fix Sparc64 cross compilation in 32 bit environment, closes #17Blue Swirl2009-01-314-31/+70
* Exit with nonzero status if there are errorsBlue Swirl2009-01-311-1/+5
* Suppress OpenBSD linker warningBlue Swirl2009-01-171-3/+1
* Make words array static and change the definition to a stricter oneBlue Swirl2008-12-232-3/+4
* Fix Sparse warningsBlue Swirl2008-12-203-8/+9
* Fix almost all remaining warningsBlue Swirl2008-12-201-2/+2
* Warning fixes for Sparc32, Sparc64, PPCBlue Swirl2008-12-142-8/+8
* Remove unnecessary trailing newlinesBlue Swirl2008-12-132-2/+0
* Delete extra whitespace at the end of line, which annoys quiltBlue Swirl2008-12-117-64/+64
* Fix some more warningsBlue Swirl2008-11-301-1/+1
* Fix most warnings from SparseBlue Swirl2008-11-302-3/+3
* Fix most print format warningsBlue Swirl2008-11-291-2/+7
* Fix some warningsBlue Swirl2008-11-291-2/+2
* Delete unnecessary definitionBlue Swirl2008-11-281-2/+0
* Define the ISA io base according machine type.Laurent Vivier2008-11-241-0/+1