https://github.com/jrincayc/ucblogo-code

sort by:
Revision Author Date Message Commit Date
7d4fd39 macOS needs to get the CXX and CC from wx to compile correctly. 31 July 2020, 22:31:27 UTC
6a763c5 Leaving git.c rule in for dist 31 July 2020, 21:11:56 UTC
0229e9d If wx found, use it. 31 July 2020, 17:04:14 UTC
fb93d12 Re-adding ucblogo.dmg build. 31 July 2020, 15:30:47 UTC
3cc8364 No longer support wxWidgets 2.6. 31 July 2020, 15:07:02 UTC
5d3d572 Removing unused SIGRET 31 July 2020, 14:42:46 UTC
0ea6cb4 Removing old mac makefile. 31 July 2020, 14:37:55 UTC
062e7aa Adding a --enable-gitid to include git id in version. 27 July 2020, 02:44:56 UTC
c5a0b41 convert pointer to long when viewing as integer, per C standard 22 July 2020, 20:01:25 UTC
019a4ea unsigned vs signed char 22 July 2020, 19:53:46 UTC
eb119f8 squelch harmless warning 22 July 2020, 19:53:25 UTC
722bcdc disable unused-variable warnings; too annoying, obscures more serious matters 22 July 2020, 19:52:25 UTC
57f67b0 autoreconf 22 July 2020, 19:39:56 UTC
e68ea02 Jigger ./configure --enable/disable-objects 22 July 2020, 19:36:15 UTC
7286a4a Include stray files in distribution tarball - organize EXTRA_DIST files into sections with commentary - burst out mac-fontmod.tar - remove stray .gdb_history 22 July 2020, 19:36:15 UTC
a7d2a82 update configure.ac 22 July 2020, 19:36:15 UTC
9d825e1 quash some warnings 22 July 2020, 19:36:14 UTC
3d60703 explain magnitude of ./makehelp 22 July 2020, 19:36:14 UTC
fb16c3a missing backslash made my afternoon hash 22 July 2020, 19:36:14 UTC
01d5226 don't split generated html manual; don't install .info in wrong place 22 July 2020, 19:36:14 UTC
1400e52 add renaming comment 22 July 2020, 19:36:14 UTC
d50b2dd create missing stanza in usermanual from helpfiles/settextfont 22 July 2020, 19:36:14 UTC
dd7d89c break out helpfiles/Makefile.am 22 July 2020, 19:36:14 UTC
876ae78 break out csls/Makefile.am 22 July 2020, 19:36:14 UTC
5afb248 make logolib/ more atomic; single copy of contents; UTF-8 22 July 2020, 19:36:14 UTC
90ab668 boilerplate shebang on makelib bourne shell script 22 July 2020, 19:36:14 UTC
f548626 remove old configure-gtk build script remove old makefile.* build scripts 22 July 2020, 19:36:14 UTC
11eac41 fixup remove tags (derived file) 22 July 2020, 19:36:14 UTC
6fd0edb git ignore derived files 22 July 2020, 19:36:14 UTC
6e8cbf8 generate help contents during build 22 July 2020, 19:36:13 UTC
5b3db70 avoid implicit definition warnings compiling makehelp 22 July 2020, 19:36:13 UTC
602c31b remove and ignore derived files 22 July 2020, 19:36:13 UTC
ffdc05e how to build helpfiles/HELPCONTENTS 22 July 2020, 19:36:13 UTC
e4937f6 automakeify docs 22 July 2020, 19:36:13 UTC
9a66de8 enable compiler warnings but disable one annoying one 22 July 2020, 19:36:13 UTC
351721b void foo() makes (foo()||x) illegal; use (foo(),x) 22 July 2020, 19:36:13 UTC
1463eed work around automake-incompatible filenames 22 July 2020, 19:36:13 UTC
ccbefb6 include config.h 22 July 2020, 19:36:13 UTC
e364fd7 remove unused extern declarations from wxterm.c 22 July 2020, 19:36:13 UTC
4811f07 enable X11-no-WX build; install misc goo 22 July 2020, 19:36:13 UTC
8a8016b remove unused -DUSE_OLD_TTY 22 July 2020, 19:36:13 UTC
2236a02 hypot 22 July 2020, 19:36:13 UTC
0a5b9cd OS signal updates - RETSIGTYPE is now safely void - SIGRET is noop - #ifdef HAVE_XXX rather the OS-is-XXX 22 July 2020, 19:34:40 UTC
168b244 update autotooling 22 July 2020, 19:33:19 UTC
df59393 print pointers long printf pointers as longs add lp64 (fixes build on LP64 platforms, like x86_64) Import patch to fix building on 64 bit architectures. Origin: https://git.pld-linux.org/gitweb.cgi?p=packages/ucblogo.git;a=commitdiff;h=173b5aa26229130a42c885a89f0375504820b970 Gbp-Pq: Name fix_ftbfs_lp64.patch 22 July 2020, 19:33:19 UTC
f08a529 wxWidgets 3.0 fix build with wxWidgets 3.0 Build with wxWidgets support. Gbp-Pq: Name wx3.0.patch 22 July 2020, 19:33:19 UTC
ba1966d remove redundant ./Messages*; UTF-8 encode logolib/Messages* iconv --from-code=ISO_8859-1 22 July 2020, 19:32:33 UTC
2ff9d33 no git Don't include git info in version. Strip unavailable git information. Gbp-Pq: Name 0009-no-git.patch 22 July 2020, 19:21:30 UTC
d321426 logo.h: Pre-define SIGRET as "return 0;". Gbp-Pq: Name 0004-logo.h-Pre-define-SIGRET-as-return-0.patch 22 July 2020, 19:21:30 UTC
efea097 graphics.c: Use !defined(HAVE_WX) instead of !HAVE_WX Gbp-Pq: Name 0003-graphics.c-Use-defined-HAVE_WX-instead-of-HAVE_WX.patch 22 July 2020, 19:21:30 UTC
4b9390b documentation Some documentation fixes - add @dircategory / @direntry (found by Lintian) - use makeinfo instead of obsolete texi2html Gbp-Pq: Name documentation.patch 22 July 2020, 19:21:30 UTC
85b2ee5 set locale Use C locale for sorting to get reproducible build. Gbp-Pq: Name reproducible_build.patch 22 July 2020, 19:21:30 UTC
8a9279f ioctl request type fix keyp on 64-bit architectures Bug-Debian: https://bugs.debian.org/744802 Gbp-Pq: Name fix_keyp_64bit.patch 22 July 2020, 19:21:30 UTC
bfedbd5 glibc 2.22 Fix FTBFS with glibc 2.22 Bug-Debian: https://bugs.debian.org/811956 Gbp-Pq: Name fix_ftbfs.patch 22 July 2020, 19:21:30 UTC
66d9c6d Merge pull request #42 from jrincayc/ziggit_patch_2_issue_39 Fixes logo session creating incorrectly named files. 01 July 2020, 01:34:35 UTC
8c236a7 Fixes logo session creating incorrectly named files. Closes #39 Also removes unneeded global nameBufferSize. 28 June 2020, 14:00:47 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
back to top