sort by:
Revision Author Date Message Commit Date
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
8cd18c5 github devel migration 22 July 2020, 13:53:43 UTC
fe7b293 log changes 21 July 2020, 23:23:39 UTC
aca5461 convert Messages to utf8 encoding 21 July 2020, 23:21:44 UTC
364b371 log changes 20 July 2020, 08:52:47 UTC
51322e9 tweak debian/rules to print comment 20 July 2020, 08:51:12 UTC
97f18dd Rules-Requires-Root: no 20 July 2020, 08:49:32 UTC
c084b1f debhelper 13 20 July 2020, 08:49:08 UTC
34acf8e Update standards version to 4.5.0, no changes needed. Changes-By: lintian-brush Fixes: lintian: out-of-date-standards-version See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html 20 July 2020, 08:48:24 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
0dc54ea ACK NMU 05 January 2020, 21:32:48 UTC
6a8476a log changes 05 January 2020, 21:30:44 UTC
5f06a24 update upstream source URL 05 January 2020, 21:30:44 UTC
90d7b25 debian/changelog: Document why we do not need to repack anymore. 05 January 2020, 20:24:09 UTC
7904d71 debian/control: Use secure URI in the homepage field. 05 January 2020, 20:23:11 UTC
0c27645 debian/patches-old: Dropped, all are not needed now. 05 January 2020, 20:21:00 UTC
ea81db5 debian/install: Install icons into the system. 05 January 2020, 20:09:04 UTC
75eccf0 debian/changelog: Remove trailing space line. 05 January 2020, 20:04:38 UTC
7050f58 debian/control: Bump Standards-Version to 4.4.1. 05 January 2020, 20:04:04 UTC
afa5fcf debian/control: Bump debhelper compat to v12. 05 January 2020, 20:03:32 UTC
80c32ad debian/gbp.conf: Do not force xz, use system default 05 January 2020, 19:47:50 UTC
9dd11fa debian/changelog: Document changes initially 05 January 2020, 19:46:13 UTC
4270527 debian/patches: Convert strip_svn_version.patch to no-git.patch 05 January 2020, 19:42:01 UTC
cfe1f39 debian/patches: Also pick fix_ftbfs 05 January 2020, 19:36:45 UTC
83f68e7 debian/clean: Also delete config.h.in during clean 05 January 2020, 03:40:27 UTC
b6e91ff debian/patches: Add patch to pre-define SIGRET 05 January 2020, 03:34:21 UTC
5ed796f debian/patches: Add patch to fix !HAVE_WX macro 05 January 2020, 03:30:22 UTC
c20b4e0 debian/patches: Make configure.in more sane 05 January 2020, 03:28:36 UTC
back to top