Commit Graph

  • 99c81620c7 Moved sys/timeb.h from include/_tail_mon. dtrg 2007-02-25 12:44:13 +00:00
  • 2a1b5444b2 Moved from /etc. dtrg 2007-02-25 12:42:04 +00:00
  • 96db4093b3 Updated to version 0.1.1 of Prime Mover. dtrg 2007-02-25 12:39:52 +00:00
  • 58ca908043 Added example programs. dtrg 2007-02-25 00:30:07 +00:00
  • 84aabce8f7 Removed some bashish; added comment support; removed the make distr functionality, as nothing was using it any more and it was causing problems. dtrg 2007-02-24 02:05:56 +00:00
  • 2ec25a4f86 Added pregenerated versions of the LLgen source files (to ease bootstrapping issues). dtrg 2007-02-24 02:01:57 +00:00
  • 2c98eae913 Done a major overhaul of the way target include files are installed and how platform libraries are built. The ARCH pm variable has now been renamed PLATFORM (which is more accurate) and a different ARCH variable added, which represents the CPU family rather than the hardware platform. dtrg 2007-02-20 00:46:10 +00:00
  • 5d7360edf0 Added a definition of endrom. dtrg 2007-02-20 00:42:23 +00:00
  • bb5ab180d3 Added some comments and a CVS header. dtrg 2007-02-20 00:41:26 +00:00
  • b15186d574 Tweaked to allow _ as a leading character in identifier names (if use of underscores in identifiers has been turned on). dtrg 2007-02-20 00:40:00 +00:00
  • 9b82e21f06 Added some missing #includes. dtrg 2007-02-20 00:38:49 +00:00
  • 84b35a215a Now uses fd 0 instead of trying to explicitly open /dev/tty. dtrg 2007-02-20 00:38:13 +00:00
  • d0bff8b01c Changed to no longer include /usr/include by default. dtrg 2007-02-20 00:36:15 +00:00
  • ca3c5d0d0c Fixed some reentrant comments. dtrg 2007-02-20 00:35:37 +00:00
  • 6d72be8b43 Changed the 'preprocess' rule to use the system C preprocessor. dtrg 2007-02-20 00:32:58 +00:00
  • 4aa396fdec Added some missing CVS headers and did a bit of cleaning up. dtrg 2007-02-20 00:31:54 +00:00
  • 7ce42ea371 Fixed a compilation error that was causing opt to not have its peephole optimisation tables, which would make it generate duff code. dtrg 2007-02-20 00:27:01 +00:00
  • 0f8115e3c9 Added 8086 PC bootable floppy support (pc86). dtrg 2007-02-20 00:25:12 +00:00
  • 8be57751c3 Fixed a bug in the maximum segment calculation. dtrg 2006-11-11 23:00:55 +00:00
  • 84e903586b Updated to work with the new version of pm. dtrg 2006-11-11 22:59:52 +00:00
  • d925ad7c46 Now uses the version of LLgen included with the ACK instead of the standalone version. dtrg 2006-11-11 22:59:01 +00:00
  • 01e7d0c56d Added a pmfile to allow LLgen to be built as part of the ACK again. dtrg 2006-11-11 22:58:30 +00:00
  • eba0b5023e Added support for anm, asize, ashow, astrip and the new aslod tool. dtrg 2006-10-16 23:25:56 +00:00
  • d228deb16d Added new aslod tool for making memory dumps. dtrg 2006-10-16 23:25:27 +00:00
  • 4659f40b18 Sanitised the use of #include files to more properly conform to the standards. dtrg 2006-10-16 23:20:11 +00:00
  • 8601c6c5bf Updated to the version 0.1 of Prime Mover (which involves some syntax changes). dtrg 2006-10-15 00:28:12 +00:00
  • df67dbcaeb ack expects the tail_ libraries not to have the .a extension. dtrg 2006-07-30 23:45:48 +00:00
  • 696b04e5ae Modified to install aal's manpage. dtrg 2006-07-30 23:45:35 +00:00
  • 322597e715 Added support for the ANSI C language runtime and preprocessor. dtrg 2006-07-30 23:45:18 +00:00
  • 1523514504 Added rules for building things with the ack itself. dtrg 2006-07-30 23:44:57 +00:00
  • 44daceddd2 Broke dependency on tool_cpp in order to speed up the build. dtrg 2006-07-30 23:41:16 +00:00
  • 8bcd8ede76 Rationalised use of #includes to be more standards-compliant. dtrg 2006-07-30 23:40:35 +00:00
  • ce6de53e60 Adjusted to only check the module name against the leaf of the filename, to prevent unnecessary warnings if the source file isn't in the current directory. dtrg 2006-07-30 23:38:41 +00:00
  • c308262eb6 Added the correct shell script magic. (Some platforms insist on this.) dtrg 2006-07-30 23:37:15 +00:00
  • 8348fa5474 Worked around a mysterious preprocessor oddness causing some crucial whitespace to be removed. dtrg 2006-07-30 23:36:19 +00:00
  • 1ccc853b71 Updated to the latest version of pm. dtrg 2006-07-30 23:33:31 +00:00
  • 4eb2b4351b Added support for the K&R C language runtime. dtrg 2006-07-27 22:51:38 +00:00
  • 0e5a52c1c9 Added support for the Modula-2 language runtime. dtrg 2006-07-27 22:14:55 +00:00
  • faff5b8361 Added support for the Pascal language runtime. dtrg 2006-07-27 22:07:38 +00:00
  • 2619a6aeb1 Added support for the Basic and Occam language runtimes. dtrg 2006-07-27 21:58:13 +00:00
  • f35d231c1f Added support for the Basic compiler. dtrg 2006-07-26 23:08:09 +00:00
  • 46d9eff270 Rationalised use of #includes to be more standards-compliant. dtrg 2006-07-26 23:06:56 +00:00
  • 38276da8ea Adjusted to allow the path of the Lpars.h file to be given on the command line. dtrg 2006-07-26 23:05:52 +00:00
  • 8364064fae Updated to the latest version of pm. dtrg 2006-07-26 18:24:16 +00:00
  • 98c0efeca4 Added support for the Occam compiler. dtrg 2006-07-26 18:23:32 +00:00
  • bffe70f9ac Rationalised use of #includes to be more standards-compliant. dtrg 2006-07-26 18:22:02 +00:00
  • b48e9d9550 Renamed em.h to occam-em.h to avoid a clash with an ACK module header file. dtrg 2006-07-26 18:20:38 +00:00
  • d73458fd52 Tweaked the CVS settings. dtrg 2006-07-26 18:19:15 +00:00
  • b33fd563b7 Added support for the Modula-2 compiler. dtrg 2006-07-26 17:12:19 +00:00
  • dd760329aa Rationalised use of #includes to be more standards-compliant. dtrg 2006-07-26 17:10:30 +00:00
  • 383677ff3e Changed to no longer build sys_lock() and sys_unlock(); they only work on platforms that support hardlinks, and nobody uses them anyway. dtrg 2006-07-26 12:40:59 +00:00
  • 75d10944b8 Fixed to use rename() for renaming files, not link()/unlink(). dtrg 2006-07-26 12:40:25 +00:00
  • d6bd2c86bd Now avoids piping shell scripts into a new instance of sh, instead using a subshell. dtrg 2006-07-26 12:29:47 +00:00
  • 8952648ab5 Modified to include the appropriate header file rather than (badly) prototyping syscalls itself. dtrg 2006-07-26 12:28:56 +00:00
  • 06ed8b1b8f Updated to the latest version of pm. dtrg 2006-07-26 12:27:01 +00:00
  • 6f46578879 Modified to not try to unlink directories when installing. dtrg 2006-07-25 23:29:12 +00:00
  • 4a8b62c862 Updated version number. dtrg 2006-07-25 23:24:39 +00:00
  • 1f78b7ff4e Modified to use rename() instead of link()/unlink() to rename files. dtrg 2006-07-25 23:24:20 +00:00
  • 2d5e79ec0a Updated to the latest version of pm which installs files with symlinks. dtrg 2006-07-25 23:22:58 +00:00
  • 58fad2b368 Updated to the latest version of pm. dtrg 2006-07-25 13:28:35 +00:00
  • 188f135e5e Updated to the latest version of pm. dtrg 2006-07-25 09:23:21 +00:00
  • 62a8851bc8 Added a workaround for an OSX compiler bug. dtrg 2006-07-23 20:33:26 +00:00
  • 46d504c483 Updated to the latest version of pm. dtrg 2006-07-23 20:07:19 +00:00
  • 9c722420dd Replaced calls to the custom strindex() and strrindex() functions with the exactly equivalent and standard strchr() and strrchr() functions instead. dtrg 2006-07-23 20:01:02 +00:00
  • 80b4463439 Modified to no longer build unoptimised duplicates of all the standard string functions (strcpy, strlen, etc). dtrg 2006-07-23 19:58:27 +00:00
  • ac7b578128 Changed to call ranlib on ar archives. (Unnecessary on Linux and *BSD, but needed on OSX and technically correct.) dtrg 2006-07-23 19:56:11 +00:00
  • 09f4845060 Removed a really unpleasant test for whether a pointer points at a string constant or not by comparing it with 'end', which presumably points at the top of the BSS. In fact, on Linux it evaluates to NULL, and on OSX it doesn't exist at all, so it appears to be unnecessary. dtrg 2006-07-23 19:38:13 +00:00
  • 47d990fec8 Modified to avoid creating a zero-length iargs array, which some compilers (OSX) do not create a symbol for. dtrg 2006-07-23 18:29:38 +00:00
  • f3e9069ea0 cpp now gets installed in the right place. dtrg 2006-07-23 17:52:23 +00:00
  • 217062585d Really added support for the Pascal compiler. dtrg 2006-07-22 21:24:41 +00:00
  • a9c5aa42fd Added support for the Pascal compiler. dtrg 2006-07-22 21:03:07 +00:00
  • 8b292e1a83 Rationalised use of #includes to be more standards-compliant. dtrg 2006-07-22 21:01:15 +00:00
  • 1465633090 Changed to export a header file so it can be correctly referred to. dtrg 2006-07-22 20:59:22 +00:00
  • 0bb9513457 cpp now gets installed in the right place. dtrg 2006-07-22 20:58:27 +00:00
  • 4473031ec4 led now gets installed into the right place. dtrg 2006-07-22 20:52:44 +00:00
  • 721ad3ba6c Added support for the esize object inspection tool. dtrg 2006-07-22 20:10:41 +00:00
  • 5f529d8ff1 Rationalised use of #includes to be more standards-compliant. dtrg 2006-07-22 20:08:08 +00:00
  • bc943a92c2 Added support for the led link editor. dtrg 2006-07-22 20:04:41 +00:00
  • c017d49dae Rationalised use of #includes to be more standards-compliant. dtrg 2006-07-22 17:58:49 +00:00
  • e604ef3d4c Added support for the top target peephole optimiser. dtrg 2006-07-22 12:31:19 +00:00
  • 90844c1272 Updated to the latest version of pm. dtrg 2006-07-22 12:29:40 +00:00
  • 8e9303b238 Rationalised use of #includes to be more standards-compliant. dtrg 2006-07-22 12:28:20 +00:00
  • aad716cd20 Removed a huge, ancient comment dating from the genmake days. dtrg 2006-07-22 12:27:31 +00:00
  • fcecc66f2d Added support for the ego global optimisation suite. dtrg 2006-07-22 00:52:01 +00:00
  • e05bc9c9b0 First version in CVS. dtrg 2006-07-22 00:49:48 +00:00
  • 6d37bf15b8 Changed so as to not compile the ACK with optimisation, to improve debuggability. dtrg 2006-07-22 00:47:55 +00:00
  • b29f55a533 Rationalised use of #includes to be more standards-compliant. dtrg 2006-07-22 00:46:16 +00:00
  • 62871bb5d7 Changed to declare symbols as extern rather than just mentioning them without qualification. dtrg 2006-07-22 00:45:51 +00:00
  • 82a585f684 Added a concrete definition of nrglobals, because this was not always happening otherwise. dtrg 2006-07-22 00:44:52 +00:00
  • af73344cf0 Updated to the latest version of pm. dtrg 2006-07-21 13:13:47 +00:00
  • 2c16cb7244 Updated version number. dtrg 2006-07-21 11:25:05 +00:00
  • eb1e26bbfa Now resolves symlinks when creating releases (which avoids including a symlink to pm in the distribution, and not pm itself). dtrg 2006-07-21 11:24:46 +00:00
  • 78dba844b2 Updated version number. Corrected some typos. dtrg 2006-07-21 11:19:42 +00:00
  • 5304588eea Removed duplicate (and incorrect) system function declarations. dtrg 2006-07-21 11:17:18 +00:00
  • 1c73ef8e61 Updated to the latest version of pm. dtrg 2006-07-21 11:15:14 +00:00
  • 1f824aa3e8 Removed a definition of 'struct label' as 'label_t', as it clashes with a common Posix extension on BSD systems. dtrg 2006-07-21 10:35:34 +00:00
  • 1e72f2443d Rearranged the algorithm in get_text() to fix a memory overrun. dtrg 2006-07-21 09:28:36 +00:00
  • a173f6a6c0 Fixed revision history. dtrg 2006-07-20 23:24:42 +00:00
  • 4593af6c11 First version in CVS. dtrg 2006-07-20 23:24:28 +00:00
  • bb2b8fae64 Rationalised use of #includes to be more standards-compliant. dtrg 2006-07-20 23:17:25 +00:00