07fc868 | Joshua J. Cogliati | 19 June 2020, 15:11:03 UTC | Fixing save load session file bug with code by pahihu. | 19 June 2020, 15:11:03 UTC |
ecd99ed | Joshua Cogliati | 20 May 2020, 12:07:49 UTC | Merge pull request #38 from jrincayc/random math.c: fix random | 20 May 2020, 12:07:49 UTC |
e350d33 | brianharvey | 20 May 2020, 04:06:33 UTC | math.c: fix random | 20 May 2020, 04:06:33 UTC |
b321367 | Joshua Cogliati | 19 April 2020, 20:07:02 UTC | 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 | Joshua J. Cogliati | 19 April 2020, 20:00:46 UTC | Setting foreground color because it is used by the cursor. | 19 April 2020, 20:00:46 UTC |
c551b5e | Joshua Cogliati | 06 March 2020, 02:02:50 UTC | Merge pull request #29 from jrincayc/oop-manual Add OOP to manual | 06 March 2020, 02:02:50 UTC |
422ccf8 | Joshua J. Cogliati | 06 March 2020, 02:01:04 UTC | Adding disclaimer asking for bug reports and patches. | 06 March 2020, 02:01:04 UTC |
ecfaa0f | Joshua J. Cogliati | 02 March 2020, 03:42:29 UTC | Fixing makeinfo errors. | 02 March 2020, 03:42:29 UTC |
1012822 | Joshua J. Cogliati | 02 March 2020, 03:09:00 UTC | Commenting out logo ref until it gets written. | 02 March 2020, 03:09:00 UTC |
30fda6e | Joshua J. Cogliati | 28 February 2020, 16:51:24 UTC | Changing duplicate section names to add OBJECT prefix. | 28 February 2020, 16:51:24 UTC |
e1666ef | Joshua J. Cogliati | 28 February 2020, 16:36:25 UTC | changing refs to uppercase to match node names. | 28 February 2020, 16:36:25 UTC |
d06344c | Joshua J. Cogliati | 27 February 2020, 03:23:01 UTC | Fixes for texi errors. | 27 February 2020, 03:39:38 UTC |
15f9965 | brianharvey | 18 February 2020, 10:00:00 UTC | Add OOP to manual | 18 February 2020, 10:00:00 UTC |
fecc14a | Joshua Cogliati | 07 February 2020, 02:37:32 UTC | Merge pull request #28 from jrincayc/fixed_struct_registers_layout fixed struct registers layout | 07 February 2020, 02:37:32 UTC |
196a76a | Andras Pahi | 05 February 2020, 10:21:18 UTC | fixed struct registers layout | 07 February 2020, 02:29:15 UTC |
dbe17ce | Joshua Cogliati | 07 February 2020, 02:27:12 UTC | Merge pull request #27 from jrincayc/dashed_turtle fixes for dashed turtle example from B.Harvey | 07 February 2020, 02:27:12 UTC |
767b719 | Andras Pahi | 04 February 2020, 16:11:04 UTC | fixes for dashed turtle example from B.Harvey | 05 February 2020, 02:45:34 UTC |
271acfe | Joshua Cogliati | 03 February 2020, 22:53:26 UTC | Merge pull request #26 from jrincayc/add_enable_objs Adding --enable-objects to configure | 03 February 2020, 22:53:26 UTC |
146ebe6 | Joshua J. Cogliati | 03 February 2020, 22:48:21 UTC | Adding --enable-objects to configure If this is used, object oriented logo features will be added. | 03 February 2020, 22:48:21 UTC |
c84b136 | Joshua Cogliati | 03 February 2020, 18:09:54 UTC | Merge pull request #23 from jrincayc/pahihu_fixes Pahihu's Memory manager and Object Logo fixes | 03 February 2020, 18:09:54 UTC |
b993749 | Joshua J. Cogliati | 02 February 2020, 22:36:58 UTC | 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 | Joshua J. Cogliati | 31 January 2020, 18:11:52 UTC | Removing now unneeded ifdefs | 31 January 2020, 18:11:52 UTC |
5a8b593 | Joshua J. Cogliati | 31 January 2020, 18:10:47 UTC | Switching back to non-const. | 31 January 2020, 18:11:11 UTC |
6a9dd25 | Joshua J. Cogliati | 31 January 2020, 18:08:08 UTC | Adding comment explaining function. | 31 January 2020, 18:08:08 UTC |
f62dcc8 | Joshua J. Cogliati | 31 January 2020, 18:06:27 UTC | Removing #if 1 | 31 January 2020, 18:06:27 UTC |
3c9c605 | Joshua J. Cogliati | 31 January 2020, 17:47:16 UTC | Removing confix.h.osx and makefile.osx. | 31 January 2020, 17:47:16 UTC |
a57c98c | Andras Pahi | 29 January 2020, 13:27:03 UTC | removed setcdr call in numpush() | 29 January 2020, 13:27:03 UTC |
91ccedb | Andras Pahi | 29 January 2020, 08:15:21 UTC | evaluator diagram in SVG | 29 January 2020, 08:15:21 UTC |
f447096 | Andras Pahi | 28 January 2020, 13:57:27 UTC | macOS makefile uses GNU C/C++ | 28 January 2020, 13:57:27 UTC |
d10d777 | Andras Pahi | 28 January 2020, 13:56:28 UTC | added GNU C dispatcher to evaluator | 28 January 2020, 13:56:28 UTC |
57929a5 | Andras Pahi | 27 January 2020, 12:28:01 UTC | added instance initialization order tests | 27 January 2020, 12:28:01 UTC |
f9b3a18 | pahihu | 26 January 2020, 11:56:54 UTC | added ObjectLogo multiple inheritance | 26 January 2020, 11:56:54 UTC |
256531f | pahihu | 26 January 2020, 10:33:19 UTC | added memory manager tests | 26 January 2020, 10:33:19 UTC |
4d83a48 | pahihu | 25 January 2020, 15:39:11 UTC | fixed method inheritance in parsing, added tests | 25 January 2020, 15:39:11 UTC |
a9adf27 | pahihu | 25 January 2020, 11:50:59 UTC | fixed OverriddenMethods test | 25 January 2020, 11:50:59 UTC |
9568e48 | pahihu | 24 January 2020, 20:39:29 UTC | fixed undefined and Logo object USUAL calls | 24 January 2020, 20:39:29 UTC |
26eaac0 | pahihu | 22 January 2020, 18:58:44 UTC | macOS makefile changes | 22 January 2020, 18:58:44 UTC |
ed8ceca | Andras Pahi | 22 January 2020, 16:22:54 UTC | Raspbian compiler warning fixes | 22 January 2020, 16:22:54 UTC |
0fbbcd1 | Andras Pahi | 22 January 2020, 16:22:16 UTC | updated macOS makefile | 22 January 2020, 16:22:16 UTC |
9ff7afe | Andras Pahi | 21 January 2020, 09:01:59 UTC | added TIME to return current time in seconds | 21 January 2020, 09:01:59 UTC |
e33ad22 | Andras Pahi | 20 January 2020, 16:32:19 UTC | memory manager fixes | 20 January 2020, 16:32:19 UTC |
24c6f33 | pahihu | 19 January 2020, 09:24:43 UTC | macOS Mojave config.h and makefile | 19 January 2020, 09:24:43 UTC |
7efa985 | pahihu | 19 January 2020, 09:24:02 UTC | evaluator diagram in PDF | 19 January 2020, 09:24:02 UTC |
a454aa4 | pahihu | 19 January 2020, 09:23:34 UTC | added missing obj.h | 19 January 2020, 09:23:34 UTC |
12eed6b | pahihu | 19 January 2020, 09:19:24 UTC | fixed memory manager | 19 January 2020, 09:19:24 UTC |
bf4d764 | pahihu | 19 January 2020, 09:18:50 UTC | Object Logo fixes, basic Drescher example is working | 19 January 2020, 09:18:50 UTC |
0f266e7 | pahihu | 19 January 2020, 09:16:44 UTC | fixed macOS 64bit compiler warnings, able to build without graphics | 19 January 2020, 09:16:44 UTC |
e21e436 | Joshua Cogliati | 27 December 2019, 15:07:13 UTC | 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 | Joshua J. Cogliati | 27 December 2019, 14:43:59 UTC | If Messages not found print logolib. | 27 December 2019, 14:43:59 UTC |
fad4eda | Joshua J. Cogliati | 26 December 2019, 19:22:22 UTC | Adding ucblogo.png from version 6.0 | 26 December 2019, 19:22:22 UTC |
1f5ab9f | Joshua J. Cogliati | 26 December 2019, 18:30:53 UTC | Fixing desktop icon location, renaming to ucblogo instead of ucbwlogo | 26 December 2019, 18:30:53 UTC |
83cc26c | Joshua J. Cogliati | 26 December 2019, 17:49:01 UTC | Adding source code to windows install | 26 December 2019, 17:50:26 UTC |
750ff0d | Joshua J. Cogliati | 26 December 2019, 17:15:58 UTC | Add the usermanual to the dmg. | 26 December 2019, 17:15:58 UTC |
023b9d9 | Joshua J. Cogliati | 26 December 2019, 14:56:54 UTC | 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 | Joshua J. Cogliati | 26 December 2019, 14:48:46 UTC | 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 | Joshua J. Cogliati | 26 December 2019, 04:23:36 UTC | Adding files for creating windows installer. | 26 December 2019, 04:23:36 UTC |
24adfd3 | Joshua J. Cogliati | 24 December 2019, 04:15:43 UTC | README is now redundant with README.md. | 24 December 2019, 04:15:43 UTC |
c098f06 | Joshua J. Cogliati | 24 December 2019, 04:04:55 UTC | Fixing some minor problems with readme. | 24 December 2019, 04:04:55 UTC |
4474c66 | Joshua J. Cogliati | 24 December 2019, 04:02:17 UTC | Merge remote-tracking branch 'origin/master' into pre_release_6_1 | 24 December 2019, 04:02:17 UTC |
802008d | Alexey-Slyusar | 24 December 2019, 04:00:43 UTC | combining README and README.md | 24 December 2019, 04:00:43 UTC |
606b1e6 | Joshua J. Cogliati | 23 December 2019, 03:37:05 UTC | Updating gitignore for more automatically generated files. | 23 December 2019, 03:37:05 UTC |
f66c8d5 | Joshua J. Cogliati | 23 December 2019, 03:35:15 UTC | Removing automatically generated files. | 23 December 2019, 03:35:15 UTC |
9dedad7 | Joshua J. Cogliati | 23 December 2019, 03:30:26 UTC | Increasing version numbers to 6.1 | 23 December 2019, 03:30:26 UTC |
165b3d7 | Joshua J. Cogliati | 23 December 2019, 03:05:14 UTC | Switching to using git version. | 23 December 2019, 03:05:14 UTC |
2301804 | Joshua Cogliati | 22 December 2019, 23:16:59 UTC | Merge pull request #17 from jrincayc/mswin_build Microsoft Windows build | 22 December 2019, 23:16:59 UTC |
00c4c8c | Joshua J. Cogliati | 22 December 2019, 23:03:35 UTC | Adding the icon to the executable. | 22 December 2019, 23:10:51 UTC |
96d0c69 | Joshua J. Cogliati | 22 December 2019, 22:52:02 UTC | Adding new msys makefile | 22 December 2019, 23:09:43 UTC |
024308b | Joshua Cogliati | 22 December 2019, 21:54:12 UTC | Merge pull request #16 from jrincayc/logolib_fix Check for logolib relative to executable directory. | 22 December 2019, 21:54:12 UTC |
96b9895 | Joshua J. Cogliati | 21 December 2019, 04:06:10 UTC | Check for logolib relative to executable directory. | 22 December 2019, 21:52:29 UTC |
d7c152d | Joshua Cogliati | 19 December 2019, 03:08:46 UTC | 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 | Joshua J. Cogliati | 16 December 2019, 03:15:03 UTC | 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 | Joshua Cogliati | 06 December 2019, 17:27:57 UTC | Merge pull request #12 from jrincayc/fix_blit Draws a line cursor. | 06 December 2019, 17:27:57 UTC |
f666595 | Joshua J. Cogliati | 30 November 2019, 05:06:10 UTC | Draws a line cursor. | 06 December 2019, 17:25:39 UTC |
a277a28 | Joshua Cogliati | 06 December 2019, 17:23:22 UTC | Merge pull request #10 from jrincayc/config_wx Update configure.in and MacOS fixes | 06 December 2019, 17:23:22 UTC |
cdbc669 | Joshua J. Cogliati | 29 November 2019, 16:04:22 UTC | Adding creating dmg to makefile. | 29 November 2019, 16:04:22 UTC |
aebd9ff | Joshua J. Cogliati | 29 November 2019, 15:36:11 UTC | Readding back the bundle finding. | 29 November 2019, 15:36:11 UTC |
9aa4e4c | Joshua J. Cogliati | 29 November 2019, 15:02:48 UTC | Removing automatically generated file HELPCONTENTS | 29 November 2019, 15:02:48 UTC |
1d3ccd5 | Joshua J. Cogliati | 29 November 2019, 03:48:13 UTC | all is now called everything and needed extra directory. | 29 November 2019, 03:48:13 UTC |
728f092 | Joshua J. Cogliati | 29 November 2019, 01:08:00 UTC | The version string can be longer than 20 characters. | 29 November 2019, 01:56:53 UTC |
396c8f2 | Joshua J. Cogliati | 28 November 2019, 22:54:47 UTC | Removing old wxWidgets 2.6 ifdefs and idndefing Blit that doesn't work in mac | 29 November 2019, 01:56:21 UTC |
2cdc440 | Joshua J. Cogliati | 28 November 2019, 22:51:52 UTC | Mac os fixes. | 28 November 2019, 22:51:52 UTC |
375b5ee | Joshua J. Cogliati | 28 November 2019, 22:36:06 UTC | Making X11 logo work. | 28 November 2019, 22:36:06 UTC |
fb83285 | Joshua J. Cogliati | 28 November 2019, 18:33:49 UTC | Adding automatically generated configure file. | 28 November 2019, 18:33:49 UTC |
30b1281 | Joshua J. Cogliati | 28 November 2019, 18:27:35 UTC | Adding features to configure.in that are in the configure file. | 28 November 2019, 18:27:35 UTC |
59ab6e5 | Joshua Cogliati | 26 November 2019, 02:51:23 UTC | Merge pull request #9 from jrincayc/mac_compile Renaming exp to expresn | 26 November 2019, 02:51:23 UTC |
8bc9b41 | Joshua J. Cogliati | 25 November 2019, 03:10:44 UTC | Renaming exp to expresn | 25 November 2019, 03:21:55 UTC |
2a42a0d | Joshua Cogliati | 24 November 2019, 23:51:01 UTC | Merge pull request #8 from jrincayc/fixing_implicit_functions Fixing implicit function definitions. | 24 November 2019, 23:51:01 UTC |
9cff429 | Joshua J. Cogliati | 23 November 2019, 04:37:09 UTC | Removing XXX since 0 or 1 probably both work. | 23 November 2019, 04:37:09 UTC |
6ffb5a9 | Joshua J. Cogliati | 23 November 2019, 04:09:51 UTC | Fixing implicit function definitions. | 23 November 2019, 04:09:51 UTC |
929c3fd | Joshua Cogliati | 15 November 2019, 02:10:56 UTC | Merge pull request #7 from jrincayc/more_license_fixes Removing GPL2 licenses. | 15 November 2019, 02:10:56 UTC |
d983db3 | Joshua J. Cogliati | 15 November 2019, 02:09:39 UTC | Removing GPL2 licenses. | 15 November 2019, 02:09:39 UTC |
ca10315 | Brian Harvey | 14 November 2019, 15:41:40 UTC | Merge pull request #6 from jrincayc/license_updates Updating licenses in other places to GPL3+ | 14 November 2019, 15:41:40 UTC |
09ff1ed | Joshua J. Cogliati | 14 November 2019, 13:06:24 UTC | Updating licenses in other places to GPL3+ | 14 November 2019, 13:11:09 UTC |
e3a4d12 | Joshua Cogliati | 26 October 2019, 02:34:26 UTC | 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 | Joshua J. Cogliati | 26 October 2019, 02:28:57 UTC | One is used to store pointers as well, so needs to be size of pointer. | 26 October 2019, 02:28:57 UTC |
160e994 | Joshua Cogliati | 11 October 2019, 13:05:10 UTC | 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 | Joshua J. Cogliati | 15 September 2019, 23:32:28 UTC | Adding brief manual page. | 10 October 2019, 02:56:51 UTC |
e2e1019 | Joshua J. Cogliati | 15 September 2019, 23:31:30 UTC | XOR doesn't work with wxGTK3, so drawing directly instead. | 10 October 2019, 02:56:45 UTC |
f657d90 | Joshua J. Cogliati | 27 September 2019, 16:05:46 UTC | Fixing section level. Fixes: raising the section level of @unnumberedsubsec which is too low | 10 October 2019, 02:47:41 UTC |
5b69ac4 | Joshua J. Cogliati | 27 September 2019, 15:53:48 UTC | Fixing include. | 10 October 2019, 02:47:41 UTC |