3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-02 01:18:40 +02:00
Commit Graph

114 Commits

Author SHA1 Message Date
Pragmatic Software
4e52d77f61 compiler_vm: improved macro parsing; replace newlines outside of quoted text 2012-02-11 05:05:49 +00:00
Pragmatic Software
a2e2d15fc7 compiler_vm: added libc fatal errors; trace program only on signal 2012-02-09 18:48:45 +00:00
Pragmatic Software
11923967cf compiler_vm: watchdog debug output includes commands sent to gdb, fflush stdout on breakpoints 2012-02-04 20:34:55 +00:00
Pragmatic Software
e3ec59322e compiler_vm: watchdog wraps more gdb output with <> 2012-02-04 06:02:52 +00:00
Pragmatic Software
56bd0e9101 compiler_vm: added trace() macro to trace function calls 2012-02-03 17:54:52 +00:00
Pragmatic Software
e2e54079ae compiler_vm: improved abormal signal handling 2012-02-02 18:28:24 +00:00
Pragmatic Software
fd1f18850a compiler_vm: updates (needs refactoring, pronto) 2012-02-02 04:14:38 +00:00
Pragmatic Software
22b43f21bf compiler_vm: updated gdb parsing (still needs refactoring) 2012-01-31 05:32:24 +00:00
Pragmatic Software
d56aaeebca compiler_vm: updated to show local vars if no output, etc 2012-01-29 23:50:33 +00:00
Pragmatic Software
84f2f979a6 compiler_vm: rewrote watchdog to execute within gdb; added dump(), ptype(), watch() macros 2012-01-28 07:39:13 +00:00
Pragmatic Software
2830147338 Added missing encode_entities to c99/c11std generation 2012-01-23 22:33:13 +00:00
Pragmatic Software
59e100a44c Updated c99std and c11std to index footnotes 2012-01-23 22:24:51 +00:00
Pragmatic Software
e5028eded6 Updated genstd.pl and n1256.txt/n1570.txt to improve parsing/detection of unparsed sections 2012-01-17 02:07:01 +00:00
Pragmatic Software
4e9774422b Updated c11std and c99std to properly index appendices 2012-01-17 00:08:26 +00:00
Pragmatic Software
1ba8750e0b Adding n1256.html and n1570.html 2012-01-16 15:40:30 +00:00
Pragmatic Software
0c8bc4f682 Added c99std and c11std commands. Now indexes FOREWORD, INTRODUCTION and appedices. 2012-01-16 15:34:32 +00:00
Pragmatic Software
0c9a9cccd2 google search module: decode HTML entities in result titles 2012-01-05 11:04:55 +00:00
Pragmatic Software
cf0fead036 compiler-vm: added -input flag for providing stdin input; added %b printf specifier to print base-2; bug-fixes 2011-12-30 23:20:29 +00:00
Pragmatic Software
7ddf495f58 Updated version, removed -I from google search script shebang 2011-12-11 18:29:55 +00:00
Pragmatic Software
5e0ac12020 Updated and reinstated google search 2011-12-06 16:46:39 +00:00
Pragmatic Software
735da9ec05 compiler_vm: updated README -- added version numbers to dependencies 2011-02-14 00:35:45 +00:00
Pragmatic Software
f76dcacca7 [module] c standard: improve output 2011-02-10 07:11:51 +00:00
Pragmatic Software
0c0b2e7836 compiler_vm: flagged some debug output 2011-02-10 01:32:03 +00:00
Pragmatic Software
8f4152c918 compiler_vm: fix indentation 2011-02-08 01:27:45 +00:00
Pragmatic Software
bb05ab5274 compiler_vm: do not extract potential functions from within string literals or comments, if no main function is provided 2011-02-08 01:24:12 +00:00
Pragmatic Software
bd9fb7ad0b compiler_vm: use "$@" instead of $* to properly pass arguments 2011-02-07 20:51:27 +00:00
Pragmatic Software
6552390c5e compiler_vm: extract_codeblock doesn't do what I thought; also improved handling of #defines 2011-02-04 02:50:52 +00:00
Pragmatic Software
c8bc14183b compiler_vm: updated to run properly on Linux; untested on Cygwin 2011-02-02 07:46:03 +00:00
Pragmatic Software
be8c03ba27 compiler_vm: updated README example to use single quotes correctly 2011-02-01 03:09:18 +00:00
Pragmatic Software
5e9fbf1d16 compiler_vm: updated README example to use single quotes correctly 2011-02-01 03:06:38 +00:00
Pragmatic Software
f35874b6ea compiler_vm: updated watchdog 2011-02-01 02:55:33 +00:00
Pragmatic Software
65d1d49aaf compiler_vm: minor update to README 2011-02-01 02:52:42 +00:00
Pragmatic Software
2cd796e56e compiler_vm: added debugcommands file 2011-02-01 02:50:14 +00:00
Pragmatic Software
80b50559bb compile_vm: added missing cc script 2011-02-01 02:47:16 +00:00
Pragmatic Software
9e731958b1 compiler_vm: note about ulimit -c in README 2011-02-01 00:58:33 +00:00
Pragmatic Software
0b8216e13c compiler_vm: added functionality to be executed without qemu, via cc script; added gdb debugging to watchdog 2011-02-01 00:41:51 +00:00
Pragmatic Software
514484a1e6 compiler_vm: do not automatically pull in #include prelude if #include detected in code 2011-01-29 20:50:44 +00:00
Pragmatic Software
ff6c09c3ff modules: added horrorscope 2011-01-27 01:23:11 +00:00
Pragmatic Software
b3886b522e compiler_vm: updated README 2011-01-26 02:08:11 +00:00
Pragmatic Software
52d6880feb compiler_vm: clarified location of compiler_watchdog.pl 2011-01-26 02:05:55 +00:00
Pragmatic Software
8fd584a9e7 compiler_vm: updated compiler_client with comments 2011-01-26 02:02:21 +00:00
Pragmatic Software
93658e0f6f modules: added compiler virtual machine scripts; use to set up your own environment for !cc/compiler_client.pl 2011-01-26 01:59:19 +00:00
Pragmatic Software
e943790827 Updated factoids; added compiler_client.pl module 2011-01-20 01:16:08 +00:00
Pragmatic Software
023dd4bd09 ideone compiler: added run command to interactive editor 2011-01-20 00:55:45 +00:00
Pragmatic Software
3bea3949a5 cstd module: fix issue with formatting 2011-01-20 00:21:54 +00:00
Pragmatic Software
9523600366 horoscope module: List valid signs of Zodaic 2011-01-20 00:19:58 +00:00
Pragmatic Software
dd8f0e1811 Adding gencstd.pl command used to generate HTML output from n1256.txt 2010-07-22 21:09:39 +00:00
Pragmatic Software
e81a6a67c8 Updated indentation of n1256.txt for make benefit better generation 2010-07-22 21:08:16 +00:00
Pragmatic Software
1f82cbc285 Added extra semi-colon before return 0 to allow statements without semi-colons for lazy people; codepad.pl wasn't handling structs correctly because code and precode were backwards -- fixed 2010-06-30 01:21:46 +00:00
Pragmatic Software
cb9fa000be Updating modules 2010-06-27 02:52:38 +00:00