summaryrefslogtreecommitdiff
path: root/libgpython
Commit message (Expand)AuthorAgeFilesLines
* fixes to strings in generic usuageredbrain2011-03-151-5/+9
* large changes in how objects are storedredbrain2011-03-147-179/+249
* some fixesredbrain2011-03-111-0/+6
* final commit of the dayredbrain2011-03-031-4/+10
* some function decl stuffredbrain2011-03-032-5/+5
* some more boiler plate code on how calls will be evaluatedredbrain2011-02-242-2/+19
* huge bug fixes and cleanups to expression code callsredbrain2011-02-2210-51/+523
* commit some automake cruftredbrain2011-02-105-42/+7987
* minor cleanups work on calls and dot operator comencesredbrain2011-02-081-2/+7
* added addition bin op and print hook againredbrain2011-02-082-12/+54
* huge refactors to how dynamic typing works etcredbrain2011-02-087-30/+75
* some more general refactoring and boiler plate stuffredbrain2011-02-027-110/+176
* fix error in makefile.amredbrain2011-02-012-18/+18
* regen makefiles stubs and cleanup runtime lib moreredbrain2011-02-0117-8145/+414
* large refactors to runtimeredbrain2011-02-013-149/+97
* cleanup and fix of makefile and conflictsredbrain2011-01-037-1772/+1352
* fixed minor syntax erros and updated the Make-lang.in for have a better insta...redbrain2010-09-081-99/+130
* move of test suite filesredbrain2010-09-086-18/+0
* updated autoconf stuffPhilip Herron2010-08-303-310/+175
* cleanup and memory leak fixedredbrain2010-08-213-16/+28
* adding callable wraping coderedbrain2010-08-172-1/+44
* clean up and renames beginigs of a testsuiteredbrain2010-08-167-16/+4
* large front-end code cleanupredbrain2010-08-152-2/+13
* cleanup so libgpython compiles properlyredbrain2010-08-146-268/+8394
* some testsredbrain2010-08-136-7/+30
* updated added in other primitive object files and skeletonsredbrain2010-08-1310-8013/+186
* fixed sig-segv within processing block decl'sredbrain2010-08-131-2/+2
* more garbage collection coderedbrain2010-08-102-1/+35
* lots of bug fixes and cleanups to all componentsredbrain2010-08-085-10/+32
* cleaning up front-end calls to the runtime libraryredbrain2010-08-071-1/+0
* some parser fixes for indent and dedent tokensredbrain2010-08-032-12/+12
* some garbage collection code and runtime fixesredbrain2010-08-034-11/+43
* some cleanups and work to the runtimeredbrain2010-08-013-3/+75
* adding in member function support for builtin modulesredbrain2010-07-234-3/+58
* some editos to the autoconf bits and bobsredbrain2010-07-235-43/+7988
* updated configure.acredbrain2010-07-237-8629/+879
* fixed build of libgpython within gccredbrain2010-07-2329-17935/+10258
* updated configure.acredbrain2010-07-211-1/+21
* removed generated cruftredbrain2010-07-2111-101/+0
* basic implementation working with runtime evaluationredbrain2010-07-2056-10/+81090
* basic implementation workingredbrain2010-07-193-6/+6
* quick commitredbrain2010-07-111-1/+1
* initial eval expression coderedbrain2010-07-111-11/+38
* print out the operationredbrain2010-07-112-21/+38
* getting ready to finally get some runtime evaluation doneredbrain2010-07-103-2/+26
* fixed up some pointer errorsredbrain2010-07-105-29/+27
* fix some errorsredbrain2010-07-104-1/+23
* basic integer object state creationredbrain2010-07-105-4/+13
* seperate out coderedbrain2010-07-109-84/+118
* seperate out vector code in its ownredbrain2010-07-107-163/+220