sort by:
Revision Author Date Message Commit Date
07fc868 Fixing save load session file bug with code by pahihu. 19 June 2020, 15:11:03 UTC
ecd99ed Merge pull request #38 from jrincayc/random math.c: fix random 20 May 2020, 12:07:49 UTC
e350d33 math.c: fix random 20 May 2020, 04:06:33 UTC
b321367 Merge pull request #32 from jrincayc/fix_31 Setting foreground color because it is used by the cursor. 19 April 2020, 20:07:02 UTC
fbaaffd Setting foreground color because it is used by the cursor. 19 April 2020, 20:00:46 UTC
c551b5e Merge pull request #29 from jrincayc/oop-manual Add OOP to manual 06 March 2020, 02:02:50 UTC
422ccf8 Adding disclaimer asking for bug reports and patches. 06 March 2020, 02:01:04 UTC
ecfaa0f Fixing makeinfo errors. 02 March 2020, 03:42:29 UTC
1012822 Commenting out logo ref until it gets written. 02 March 2020, 03:09:00 UTC
30fda6e Changing duplicate section names to add OBJECT prefix. 28 February 2020, 16:51:24 UTC
e1666ef changing refs to uppercase to match node names. 28 February 2020, 16:36:25 UTC
d06344c Fixes for texi errors. 27 February 2020, 03:39:38 UTC
15f9965 Add OOP to manual 18 February 2020, 10:00:00 UTC
fecc14a Merge pull request #28 from jrincayc/fixed_struct_registers_layout fixed struct registers layout 07 February 2020, 02:37:32 UTC
196a76a fixed struct registers layout 07 February 2020, 02:29:15 UTC
dbe17ce Merge pull request #27 from jrincayc/dashed_turtle fixes for dashed turtle example from B.Harvey 07 February 2020, 02:27:12 UTC
767b719 fixes for dashed turtle example from B.Harvey 05 February 2020, 02:45:34 UTC
271acfe Merge pull request #26 from jrincayc/add_enable_objs Adding --enable-objects to configure 03 February 2020, 22:53:26 UTC
146ebe6 Adding --enable-objects to configure If this is used, object oriented logo features will be added. 03 February 2020, 22:48:21 UTC
c84b136 Merge pull request #23 from jrincayc/pahihu_fixes Pahihu's Memory manager and Object Logo fixes 03 February 2020, 18:09:54 UTC
b993749 We are not sure if this optimization is correct. From Brian Harvey: I admit it's been a long time since I've worked on this, so maybe I'm missing something, but the reason for using valid_pointer() is that if a node is of type other than pair, the car/cdr/obj of that node may be something other than a pointer to a node, e.g., a pointer to a character string, or the address of the continuation of a special form. 02 February 2020, 22:36:58 UTC
d127321 Removing now unneeded ifdefs 31 January 2020, 18:11:52 UTC
5a8b593 Switching back to non-const. 31 January 2020, 18:11:11 UTC
6a9dd25 Adding comment explaining function. 31 January 2020, 18:08:08 UTC
f62dcc8 Removing #if 1 31 January 2020, 18:06:27 UTC
3c9c605 Removing confix.h.osx and makefile.osx. 31 January 2020, 17:47:16 UTC
a57c98c removed setcdr call in numpush() 29 January 2020, 13:27:03 UTC
91ccedb evaluator diagram in SVG 29 January 2020, 08:15:21 UTC
f447096 macOS makefile uses GNU C/C++ 28 January 2020, 13:57:27 UTC
d10d777 added GNU C dispatcher to evaluator 28 January 2020, 13:56:28 UTC
57929a5 added instance initialization order tests 27 January 2020, 12:28:01 UTC
f9b3a18 added ObjectLogo multiple inheritance 26 January 2020, 11:56:54 UTC
256531f added memory manager tests 26 January 2020, 10:33:19 UTC
4d83a48 fixed method inheritance in parsing, added tests 25 January 2020, 15:39:11 UTC
a9adf27 fixed OverriddenMethods test 25 January 2020, 11:50:59 UTC
9568e48 fixed undefined and Logo object USUAL calls 24 January 2020, 20:39:29 UTC
26eaac0 macOS makefile changes 22 January 2020, 18:58:44 UTC
ed8ceca Raspbian compiler warning fixes 22 January 2020, 16:22:54 UTC
0fbbcd1 updated macOS makefile 22 January 2020, 16:22:16 UTC
9ff7afe added TIME to return current time in seconds 21 January 2020, 09:01:59 UTC
e33ad22 memory manager fixes 20 January 2020, 16:32:19 UTC
24c6f33 macOS Mojave config.h and makefile 19 January 2020, 09:24:43 UTC
7efa985 evaluator diagram in PDF 19 January 2020, 09:24:02 UTC
a454aa4 added missing obj.h 19 January 2020, 09:23:34 UTC
12eed6b fixed memory manager 19 January 2020, 09:19:24 UTC
bf4d764 Object Logo fixes, basic Drescher example is working 19 January 2020, 09:18:50 UTC
0f266e7 fixed macOS 64bit compiler warnings, able to build without graphics 19 January 2020, 09:16:44 UTC
e21e436 Merge pull request #19 from jrincayc/pre_release_6_1 Release 6.1 Miscellaneous fixes. This updates the version to 6.1, and makes multiple changes. * Updates version to 6.1 * Adds more automatically generated files to .gitignore * Removes README and copyedits README.md * Removes automatically generated html, ps, and info documents from repository (Note that automatically generated PDF was left since otherwise tex is required to create it.) * Switched to using texi2pdf for usermanual since it allows interdocument links and fixes index file generation. * Added ucblogo.iss to use with Inno to generate a windows setup program. * Switched version getting from svn to git. * Updated windows build file. 27 December 2019, 15:07:13 UTC
27c2d7f If Messages not found print logolib. 27 December 2019, 14:43:59 UTC
fad4eda Adding ucblogo.png from version 6.0 26 December 2019, 19:22:22 UTC
1f5ab9f Fixing desktop icon location, renaming to ucblogo instead of ucbwlogo 26 December 2019, 18:30:53 UTC
83cc26c Adding source code to windows install 26 December 2019, 17:50:26 UTC
750ff0d Add the usermanual to the dmg. 26 December 2019, 17:15:58 UTC
023b9d9 Adding the pdf usermanual This is automatically generatable from usermanual.texi, but to do so requires tex, so adding to repository to simplify development. 26 December 2019, 14:56:54 UTC
a21997f texi2pdf generates better pdfs. The index works and there are links between the page numbers and the section in the generated pdf if texi2pdf is used instead of dvipdf. 26 December 2019, 14:48:46 UTC
3cad12b Adding files for creating windows installer. 26 December 2019, 04:23:36 UTC
24adfd3 README is now redundant with README.md. 24 December 2019, 04:15:43 UTC
c098f06 Fixing some minor problems with readme. 24 December 2019, 04:04:55 UTC
4474c66 Merge remote-tracking branch 'origin/master' into pre_release_6_1 24 December 2019, 04:02:17 UTC
802008d combining README and README.md 24 December 2019, 04:00:43 UTC
606b1e6 Updating gitignore for more automatically generated files. 23 December 2019, 03:37:05 UTC
f66c8d5 Removing automatically generated files. 23 December 2019, 03:35:15 UTC
9dedad7 Increasing version numbers to 6.1 23 December 2019, 03:30:26 UTC
165b3d7 Switching to using git version. 23 December 2019, 03:05:14 UTC
2301804 Merge pull request #17 from jrincayc/mswin_build Microsoft Windows build 22 December 2019, 23:16:59 UTC
00c4c8c Adding the icon to the executable. 22 December 2019, 23:10:51 UTC
96d0c69 Adding new msys makefile 22 December 2019, 23:09:43 UTC
024308b Merge pull request #16 from jrincayc/logolib_fix Check for logolib relative to executable directory. 22 December 2019, 21:54:12 UTC
96b9895 Check for logolib relative to executable directory. 22 December 2019, 21:52:29 UTC
d7c152d Merge pull request #13 from jrincayc/fix_startup_load Search in HOME for startup.lg, instead of cwd. 19 December 2019, 03:08:46 UTC
bef1e1f Search in HOME for startup.lg, instead of cwd. Also change to looking for startup.lg instead of startup since startup might find some other program's file. 16 December 2019, 03:32:04 UTC
13ee57d Merge pull request #12 from jrincayc/fix_blit Draws a line cursor. 06 December 2019, 17:27:57 UTC
f666595 Draws a line cursor. 06 December 2019, 17:25:39 UTC
a277a28 Merge pull request #10 from jrincayc/config_wx Update configure.in and MacOS fixes 06 December 2019, 17:23:22 UTC
cdbc669 Adding creating dmg to makefile. 29 November 2019, 16:04:22 UTC
aebd9ff Readding back the bundle finding. 29 November 2019, 15:36:11 UTC
9aa4e4c Removing automatically generated file HELPCONTENTS 29 November 2019, 15:02:48 UTC
1d3ccd5 all is now called everything and needed extra directory. 29 November 2019, 03:48:13 UTC
728f092 The version string can be longer than 20 characters. 29 November 2019, 01:56:53 UTC
396c8f2 Removing old wxWidgets 2.6 ifdefs and idndefing Blit that doesn't work in mac 29 November 2019, 01:56:21 UTC
2cdc440 Mac os fixes. 28 November 2019, 22:51:52 UTC
375b5ee Making X11 logo work. 28 November 2019, 22:36:06 UTC
fb83285 Adding automatically generated configure file. 28 November 2019, 18:33:49 UTC
30b1281 Adding features to configure.in that are in the configure file. 28 November 2019, 18:27:35 UTC
59ab6e5 Merge pull request #9 from jrincayc/mac_compile Renaming exp to expresn 26 November 2019, 02:51:23 UTC
8bc9b41 Renaming exp to expresn 25 November 2019, 03:21:55 UTC
2a42a0d Merge pull request #8 from jrincayc/fixing_implicit_functions Fixing implicit function definitions. 24 November 2019, 23:51:01 UTC
9cff429 Removing XXX since 0 or 1 probably both work. 23 November 2019, 04:37:09 UTC
6ffb5a9 Fixing implicit function definitions. 23 November 2019, 04:09:51 UTC
929c3fd Merge pull request #7 from jrincayc/more_license_fixes Removing GPL2 licenses. 15 November 2019, 02:10:56 UTC
d983db3 Removing GPL2 licenses. 15 November 2019, 02:09:39 UTC
ca10315 Merge pull request #6 from jrincayc/license_updates Updating licenses in other places to GPL3+ 14 November 2019, 15:41:40 UTC
09ff1ed Updating licenses in other places to GPL3+ 14 November 2019, 13:11:09 UTC
e3a4d12 Merge pull request #3 from jrincayc/fix_segfault One is used to store pointers as well, so needs to be size of pointer. 26 October 2019, 02:34:26 UTC
efcf4dd One is used to store pointers as well, so needs to be size of pointer. 26 October 2019, 02:28:57 UTC
160e994 Merge pull request #1 from jrincayc/updates_no_dir_move These update the wxWidgets version to compile and run better with version 3. Also includes other updates to improve it. 11 October 2019, 13:05:10 UTC
87a5e13 Adding brief manual page. 10 October 2019, 02:56:51 UTC
e2e1019 XOR doesn't work with wxGTK3, so drawing directly instead. 10 October 2019, 02:56:45 UTC
f657d90 Fixing section level. Fixes: raising the section level of @unnumberedsubsec which is too low 10 October 2019, 02:47:41 UTC
5b69ac4 Fixing include. 10 October 2019, 02:47:41 UTC
back to top