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

sort by:
Revision Author Date Message Commit Date
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
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
back to top