Commit Graph

  • 7467212f53 Many small bugfixes... Quinn Evans 2015-10-02 21:03:50 -0600
  • ce02ac8f23 Adapt IRC-MSG to use decoded ASCII Quinn Evans 2015-10-02 14:31:29 -0600
  • 0f900e868e Add DECODE-STRING and ENCODE-STRING, adapt WOPO. Quinn Evans 2015-10-02 14:22:16 -0600
  • e1cb5571b7 Ensure lines end in '\n' for IRC Quinn Evans 2015-10-02 10:19:23 -0600
  • 922438fe79 Change WOPO to use new channel API Quinn Evans 2015-10-02 09:58:28 -0600
  • 3672a77a4a Might as well use numbers that are easy from COBOL Quinn Evans 2015-10-01 19:51:16 -0600
  • fd1fef874b Rename for sake of change. Quinn Evans 2015-10-01 19:48:28 -0600
  • 11ca01ada0 Switch to new ASCII character calling convention Quinn Evans 2015-10-01 18:24:14 -0600
  • ec848603b7 Change tab to space Quinn Evans 2015-10-01 15:20:55 -0600
  • c40b9a3509 Converted channel.c to use ASCII in cobol numerals on COBOL side. Quinn Evans 2015-10-01 14:49:57 -0600
  • b92b34d360 Fix "$JOIN 0" behavior. Quinn Evans 2015-10-01 13:07:58 -0600
  • 10856dab96 Add switches to disable building of COBOL or C parts. Quinn Evans 2015-10-01 13:06:51 -0600
  • c5ab929205 Add auto-kick-rejoin Quinn Evans 2015-10-01 10:24:32 -0600
  • b6da25964e Forgot four more spaces! :D Quinn Evans 2015-10-01 00:41:58 -0600
  • 7ae57c76c0 Converted tabs to spaces some more! Whoo! Quinn Evans 2015-10-01 00:40:59 -0600
  • d50717767c Replaced tabs with spaces in BF-RUN.COB Quinn Evans 2015-10-01 00:35:11 -0600
  • 3969cf49b8 Add 8-bit wraparound, make loops actually work Quinn Evans 2015-10-01 00:29:29 -0600
  • 0c253dc34c Replaced accidental tabs with spaces in WOPO.COB Quinn Evans 2015-10-01 00:26:19 -0600
  • ad88c521c1 Fix bounds checking on UNREAD-INSTRUCTION. Quinn Evans 2015-09-30 13:22:32 -0600
  • 0316aaefe0 Proper space handling for BF-INPUT. Quinn Evans 2015-09-30 12:50:54 -0600
  • edd956a86c gnu-cobol.sh: Add flag handling, -d for debug build. Quinn Evans 2015-09-30 12:50:18 -0600
  • 17ef3d0c9c Remove extraneous newline Quinn Evans 2015-09-30 11:17:28 -0600
  • 26a28b9c61 Modify line ending behavior to be less efficient for the sake of C initiates. Quinn Evans 2015-09-30 10:37:17 -0600
  • 534733386c Clear output after run. Quinn Evans 2015-09-30 08:00:02 -0600
  • fbbc7068eb Actually added WOPO changes. Quinn Evans 2015-09-29 22:47:36 -0600
  • 468ec84a9e Way too many changes... Brainfuck works, $DEITY$ knows what else. Quinn Evans 2015-09-29 22:33:37 -0600
  • f10847e361 Add BF-RUN.COB (Brainfuck interpreter) Quinn Evans 2015-09-29 13:29:36 -0600
  • a467cccb35 Set COBOL-STRING length to 6, changed escapes to be balanced again Quinn Evans 2015-09-29 07:43:22 -0600
  • 85688c998c Add 1 to string size for ENCODE-ASCII Quinn Evans 2015-09-29 07:27:09 -0600
  • fbdc9cfa44 Change escape from < to $, initialize data, and replace ASCII-EXC entry. Quinn Evans 2015-09-29 00:09:35 -0600
  • 99a2da4b0c Add ENCODE-ASCII. Quinn Evans 2015-09-28 16:03:57 -0600
  • fe93be421e Remove duplicate ASCII-NUM0 in DECODE-ASCII. Oops. Quinn Evans 2015-09-28 15:51:29 -0600
  • b4049e31c0 Unbracketed dollar. Oops. Quinn Evans 2015-09-28 15:37:02 -0600
  • fb13cc73a1 Add ASCII decoder. Quinn Evans 2015-09-28 14:53:23 -0600
  • ca9e294cb5 Add useless $SHITFED command. Quinn Evans 2015-09-28 14:11:42 -0600
  • 09ad07405a Remove INITIALIZE statements for ANSI-74 conformance. Quinn Evans 2015-09-27 22:07:06 -0600
  • 7479e181e9 Add acknowledgment replies. Quinn Evans 2015-09-27 16:32:09 -0600
  • 4757ae2fe0 Finish removing return values; actually works now. Quinn Evans 2015-09-27 15:17:56 -0600
  • b57a27e08b Merge remote-tracking branch 'refs/remotes/origin/master' Quinn Evans 2015-09-27 15:09:57 -0600
  • 06e783e840 Remove return values for ANSI-74 compliance. Quinn Evans 2015-09-27 15:09:39 -0600
  • 0ddcd41845 Fixed failure to revert change. Quinn Evans 2015-09-27 14:03:27 -0600
  • 14c5d84fe7 Reinstated upper-casing when passing to COBOL. Quinn Evans 2015-09-27 14:00:49 -0600
  • b379cdbdee Remove $OP command, remove case conversion, add PASS Quinn Evans 2015-09-27 13:51:19 -0600
  • 4c26e61448 Move handling of "rest" argument colon to IRC-MSG, delete extra colon. Quinn Evans 2015-09-27 02:50:30 -0600
  • bc6c250aa3 (Re-)fix $RELEVEL Quinn Evans 2015-09-27 02:30:46 -0600
  • fca97f9d52 Add handling of commands via NOTICE, replies via non-channel. Quinn Evans 2015-09-27 02:22:35 -0600
  • 59f780e08e Forgot to remove a debug "PONG" Quinn Evans 2015-09-27 00:44:05 -0600
  • 86c803f557 Fix $RELEVEL and remove a stray debug output. Quinn Evans 2015-09-27 00:36:37 -0600
  • cce7b292f2 Removed debugging junk, added source link. Quinn Evans 2015-09-27 00:05:57 -0600
  • 671b0cc8dd Added code :D Quinn Evans 2015-09-26 23:52:34 -0600
  • 818f88b329 Initial commit heddwch 2015-09-26 23:44:50 -0600