summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2019-03-20Fix: correctly rewind tapeJose Antonio Ortega Ruiz
According to the specification, if M < 0, the tape is skipped backwards M blocks, or to the beginning of the tape, whichever comes first. In the implementation, we don't check to verify that we aren't seeking past the beginning of the file. This causes fseek(3) to fail, and it leaves us at the position we were at. Diagnosis and fix by Kevin Brunelle.
2019-03-19NEWS updatesJose Antonio Ortega Ruiz
2019-03-19Fix: allow access to last mem cell in devices (#9773)Jose Antonio Ortega Ruiz
Author: Kevin Brunelle
2019-03-11Obsolete string-to-int removed in favour of string-to-numberJose Antonio Ortega Ruiz
Thanks to Thomas Matecki. Fixes #bug 55877 and makes mixvm, Philip King's child, work again!
2019-01-08Version 1.2.101.2.10Jose Antonio Ortega Ruiz
2019-01-08NEWS for 1.2.10Jose Antonio Ortega Ruiz
2019-01-08Fix for mixasm infinite loop on invalid F-specs (bug #32452)Jose Antonio Ortega Ruiz
Thanks to Sascha Wilde.
2019-01-08Fix for bug #43634: keep sign of rA for ADD/SUB yielding 0Jose Antonio Ortega Ruiz
2019-01-08Fix for bug #47208: correctly store immediate constantsJose Antonio Ortega Ruiz
We were taking only the first 3 bits of the index byte in a the word representing immediate constants, so that, for instance, =262143=, representing 00 00 63 63 63, was stored as 00 00 07 63 63.
2019-01-08Flex generation fix (invalid noreject removed)Jose Antonio Ortega Ruiz
2019-01-07Flex by-products added to CLEANFILESJose Antonio Ortega Ruiz
2019-01-07Looking for guile 2.2 during configurationJose Antonio Ortega Ruiz
2015-12-23Version upgraded to 1.2.91.2.9Jose Antonio Ortega Ruiz
2015-11-16NEWS updateJose Antonio Ortega Ruiz
2015-11-16Documentation fixes by Joshua DaviesJose Antonio Ortega Ruiz
2015-03-03Modify texinfo documentationlitvin
2015-03-03Add missed instructions: SLB,SRB,JAE,JAO,JXE,JXO (from volume 2, section 4.5.2)litvin
2014-08-04Including autogen.sh in distribution tarball1.2.8jao
2014-08-04THANKS updated for 1.2.8jao
2014-08-03NEWS updated for 1.2.8jao
2014-08-03Apparently tautological comparisons fixed (bug #42871)jao
2014-08-03Whitespacejao
2014-08-02Fix for compilation in darwin (bug #42818)jao
2014-05-21Avoiding format strings security warnings (cf. #8467)Jose Antonio Ortega Ruiz
2014-05-20Fixes for readline 6.3Jose Antonio Ortega Ruiz
2014-01-06Help message for werrors configuration option fixedJose Antonio Ortega Ruiz
2014-01-06Fixes for building with --without-guileJose Antonio Ortega Ruiz
2014-01-06dummy.c -> darwin.cJose Antonio Ortega Ruiz
2014-01-06Compilation fixesJose Antonio Ortega Ruiz
2014-01-06Deprecated INCLUDES in Makefile.am removedJose Antonio Ortega Ruiz
2014-01-06Incorporating gcompletion (fixes #39817)Jose Antonio Ortega Ruiz
2014-01-06New .gitignore entriesJose Antonio Ortega Ruiz
2014-01-06Fix for #41098 (compilation in darwing sans libguile)Jose Antonio Ortega Ruiz
2014-01-06Fix for #41097 (compilation in darwin)Jose Antonio Ortega Ruiz
2013-10-24Invalid assertion in xmix_vm.c (closes #40359)Jose Antonio Ortega Ruiz
2013-02-25Thanks where thanks are due1.2.7Jose Antonio Ortega Ruiz
2013-02-23NEWS for 1.2.7Jose Antonio Ortega Ruiz
2013-02-23Generating ChangeLog during make distJose Antonio Ortega Ruiz
2013-02-18Convenience target to generate manualJose Antonio Ortega Ruiz
2013-02-18Guile versions updated in docJose Antonio Ortega Ruiz
2013-02-18gendocs scripts updatedJose Antonio Ortega Ruiz
2013-02-18Version updated to 1.2.7Jose Antonio Ortega Ruiz
2013-02-18Additional samples and doc from TAOCP, via ESR's MIXALJose Antonio Ortega Ruiz
2013-02-18News bitJose Antonio Ortega Ruiz
2013-02-18gitlog-to-changelog updatedJose Antonio Ortega Ruiz
2013-02-18Upgrade to guile 2.0 (Aleix Conchillo)Jose Antonio Ortega Ruiz
2010-10-10Release and maintenance scriptsJose Antonio Ortega Ruiz
2010-10-10ChangeLog generator updatedJose Antonio Ortega Ruiz
2010-10-10Fix for #56521.2.6Jose Antonio Ortega Ruiz
2010-09-27Fix for off-by-one bug in I-register modification breakpointsJose Antonio Ortega Ruiz