pez
2015-04-05 Pete ElmoreMerge branch 'master' of github.com:pete/pez master
2015-04-05 Pete ElmoreAttempt to make that memory contiguous.
2015-04-05 Pete ElmoreAdd a bug to TODO.
2015-03-26 PeteMerge pull request #4 from larsbrinkhoff/master
2015-03-26 Lars BrinkhoffMake GitHub detect *.pez as Forth
2012-06-02 Pete ElmoreI love getting to delete m4 files!
2012-06-02 Pete ElmoreLightning isn'used any more.
2012-01-04 Pete ElmoreThere is not much to this, but it is a small library...
2012-01-04 Pete ElmorePoke at write and gets a little. Need sighandlers.
2011-12-28 Pete ElmoreFix the the spell checker example to use the new FFI.
2011-12-28 Pete ElmoreSeems lib/prime-sieve.pez had been "staged" but not...
2011-12-28 Pete ElmoreNew words: pipe, fddup, fddup2. Wrappers around pipe...
2011-12-28 Pete ElmoreTODO is a file which will never be zero lines long.
2011-12-28 Pete ElmorePut Wolf in the credits, that guy is awesome.
2011-11-24 Pete ElmoreA couple of minor error-handling fixes, and make bounds...
2011-11-16 Pete ElmoreGeneral cleanup; fix a couple of undefined behaviors...
2011-11-13 Pete ElmoreReformat comments, and don't be an idiot around pointers.
2011-11-13 Pete ElmoreRedo TODO
2011-09-06 Pete ElmoreTake the puts() out, baller style.
2011-09-06 Pete ElmoreHere I was, worried that adding libtcc to the autotools...
2011-09-06 Pete ElmoreDropping Lightning from the FFI in favor of libtcc.
2011-06-26 Pete ElmoreIncorrectly checked overflow rather than underflow.
2011-06-16 Pete ElmorePrefetching IP. This is experimental! Eliminating...
2011-05-29 Pete ElmoreNew word: w_nohang, flag for wait.
2011-05-29 Pete ElmoreNew word: rdrop
2010-12-03 Pete ElmoreEliminate branches for comparisons. Pfffft.
2010-11-18 Pete ElmoreNew word: 'times', ( word n -- ). It takes a word...
2010-11-18 Pete ElmoreI wanted some math.
2010-11-14 Pete ElmoreAdd a couple of float stack manipulators, make 'clear...
2010-10-27 Pete ElmoreNew word: log10. Toyed with calling it log[10], wisel...
2010-10-10 Pete ElmoreThe C preprocessor told me that it was disappoint.
2010-10-10 Pete ElmoreDone having build issues with what was already a bad...
2010-10-10 Pete ElmoreMoved to the dispenser repo.
2010-10-10 Pete ElmoreNew word: die (like die!, but no message). Fix a...
2010-09-03 Pete ElmoreBLOOPSAPHONE!
2010-09-03 Pete ElmoreThere was a bug in the handling of floats/doubles when...
2010-08-16 Pete ElmoreThat changed a long time ago.
2010-08-16 Pete ElmoreGone.
2010-08-07 Pete ElmoreAnd AWIB ( code.google.com/p/awib/ ) actually won't...
2010-08-07 Pete ElmoreAnd this is the solution that should have occurred...
2010-08-07 Pete ElmoreThat's the dumb but less hacky version. Next up...
2010-08-04 Pete Elmorespeling.pez, an implementation of Norvig's spelling...
2010-08-04 Pete ElmoreVery simple benchmarking lib.
2010-08-04 Pete ElmoreFix a bug in 'execute', document exword() (so as to...
2010-08-04 Pete ElmoreDrop a bug from read-file in core.pez.
2010-08-01 Pete ElmoreI needed one of these.
2010-07-31 Pete Elmorestrform was lying!
2010-07-31 Pete ElmoreIf you check the date I added that TODO, you'll see...
2010-07-31 Pete ElmoreFloats get their own stack.
2010-07-22 Pete ElmoreThis left a pointer to the library name on the stack...
2010-07-22 Pete ElmoreMinor additions to the core library.
2010-07-11 Pete ElmoreNew word: ht-values. Yes, I copypasta'd.
2010-07-11 Pete ElmoreTwo new words: ht-size and ht-keys, to get the size...
2010-07-06 Pete ElmoreUnnecessary output.
2010-07-06 Pete ElmoreDang but reverse Polish notation seems to have made...
2010-07-06 Pete ElmoreWhy did I have the word "pile" in there?
2010-07-06 Pete ElmoreAdding a prime number sieve example.
2010-07-06 Pete ElmoreThese are going away, actually, and moving elsewhere...
2010-07-06 Pete ElmoreWhoa, that's a *bug*.
2010-07-06 Pete Elmoreatoi
2010-06-13 Pete ElmoreLeft that off until now.
2010-06-13 Pete ElmoreNew words: chomp and chomp!
2010-06-13 Pete ElmoreKeep out the generated file.
2010-06-13 Pete ElmoreSome FFI cleanup.
2010-06-12 Pete ElmoreDe-dup that.
2010-06-12 Pete ElmoreNew words: $, waitpid. "some command line" $ is simil...
2010-06-12 Pete ElmoreFor FFI stuff to build with the same options as Pez...
2010-06-12 Pete ElmoreWhoops!
2010-06-12 Pete ElmoreNew word: fsleep, which takes a float.
2010-06-12 Pete ElmoreAdding the beginnings of the SDL lib. Currently testin...
2010-06-12 Pete ElmoreStuffing these into the API. Amazed they weren't there.
2010-06-11 Pete ElmoreNew word: rand.
2010-06-09 Pete ElmoreStuff all of that into core.pez.
2010-06-09 Pete ElmoreNew word: realloc. Apparently, uh, reading a few...
2010-06-09 Pete ElmoreA light touch-up for the list concatenator. It's still...
2010-05-11 Pete ElmorePoke at the linked list library, make it use the new...
2010-05-11 Pete ElmoreA whitespace change to move a comment immediately above...
2010-05-10 Pete ElmoreThat was broken anyway. It will be back shortly, though.
2010-05-10 Pete Elmore755
2010-05-09 Pete ElmoreWow, it feels good to take that out of the TODO.
2010-05-09 Pete ElmoreAdd support for structs, at long last!
2010-05-09 Pete ElmoreThat example segfaulted if no arguments were passed.
2010-05-09 Pete ElmoreInclude those files in the build.
2010-05-09 Pete ElmoreThis was the stuff I was putting off because it was...
2010-05-09 Pete ElmoreI had some fun printing prime factors of things.
2010-04-18 Pete ElmoreTODO update.
2010-04-18 Pete ElmoreNew words: tuck, 2tuck, and some tests.
2010-04-11 Pete ElmoreClean that horror up a little.
2010-04-11 Pete ElmoreAdd a thousand annoying size words and accessors for...
2010-04-10 Pete ElmoreThree new words: sdup, ht-dup, format. Will eventuall...
2010-04-10 Pete ElmoreUpdate an example.
2010-04-10 Pete ElmoreLaying it out a little more plainly.
2010-04-10 Pete ElmoreAUTOMATIC
2010-04-02 Pete ElmoreYeah, the flags are a little obscure, still.
2010-04-02 Pete ElmoreTODOne!
2010-04-02 Pete ElmoreMove the zero-branch checking into ; (i.e., at compilat...
2010-04-02 Pete ElmoreGots to do something about that problem.
2010-04-01 Pete ElmoreChecking for bad branches.
2010-04-01 Pete ElmoreWell, that solves the mystery of the angry floats.
2010-04-01 Pete ElmoreAnd another.
next