summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* The last modification was not correct, reverts to previous revision.Henry Stiles1999-05-241-1/+1
* adds gxcolor2.h and gxdcolor.h, needed by gxpcolor.hHenry Stiles1999-05-241-0/+3
* adds gdebug.h, indirectly needed by reference counting code.Henry Stiles1999-05-241-3/+8
* Adds directory definition for creation of .dev files. These are noHenry Stiles1999-05-241-1/+2
* modified to use gs_nogc_reclaim() instead of gs_reclaim().Henry Stiles1999-05-241-3/+3
* "arch_is_big_endian" from generated arch.h is now uppercase.Henry Stiles1999-05-241-1/+1
* removes gsnogc object from "async_" definition to avoid multiple linkHenry Stiles1999-05-241-593/+740
* gs5.84 integration - uses gx_stroke_add() instead ofHenry Stiles1999-05-241-69/+101
* gs5.84 integration: incorporates new documentation.Henry Stiles1999-05-2318-5456/+10402
* fixes static removal regression. The pcl cap can reside in the pclHenry Stiles1999-05-181-1/+12
* modifications to get max stack usage for pcl_execute_macro() down fromHenry Stiles1999-05-177-59/+82
* corrects typo and fixes a compiler warning introduced in the lastHenry Stiles1999-05-171-4/+1
* removes unnecessary header file.Henry Stiles1999-05-171-1/+0
* adds symbols "-g" to profiling builds.Henry Stiles1999-05-171-2/+2
* hpgl/2 will now allow round joins with beziers, other joinsHenry Stiles1999-05-171-2/+4
* The labeling code is now more liberal about using "show" and theHenry Stiles1999-05-171-41/+22
* raster source width and source height were calculated incorrectly whenHenry Stiles1999-05-171-3/+2
* Change the way round joins and caps are done to match 5.83.Ray Johnston1999-05-131-5/+2
* Change round joins to match Adobe -- full circle.Ray Johnston1999-05-131-1/+13
* properly initialize pattern reference point and orientation.Henry Stiles1999-05-131-0/+5
* removes obsolete comment.Henry Stiles1999-05-131-1/+0
* Increase STACK to 64k to support nested macros (fixes fts.1060 failure)Ray Johnston1999-05-131-3/+2
* not properly closing directories.Henry Stiles1999-05-111-1/+10
* Modified to see dependency changes in the gs directory.Henry Stiles1999-05-111-39/+34
* adds log searching utility for mailing log summaries.Henry Stiles1999-05-101-0/+46
* Fixes 2 problems with polyline encoding: After PE is executed, theHenry Stiles1999-05-0530-483/+330
* PCL now exits with an error message(s) if internal fonts cannot beHenry Stiles1999-05-021-2/+5
* Changes to const and private for msvc.Marcos H. Woehrmann1999-04-291-2/+2
* A couple of changes to guarantee pcl and xl is rebuilt when itsHenry Stiles1999-04-261-4/+11
* changes title in the pcl faq.Henry Stiles1999-04-261-1/+1
* updates documentation for rtl.Henry Stiles1999-04-263-11/+94
* Modifications for RTL/GL2 mode, these changes are only relevant to RTLHenry Stiles1999-04-2612-27/+118
* modification to get around const warning.Henry Stiles1999-04-261-1/+3
* change to use proper color mapping procedure going from cmyk to rgb.Henry Stiles1999-04-211-3/+2
* Added definitions for D_, _D_, and _D (required by zlib).Marcos H. Woehrmann1999-04-201-0/+5
* removes external declarations that are now properly done in gxalloc.h.Henry Stiles1999-04-191-9/+1
* Add another UPPERCASE macro to allow code to match later 5.8x style.Ray Johnston1999-04-191-0/+10
* Add logic to track the top of 'interior' free space of each chunk andRay Johnston1999-04-191-73/+100
* Add 'int_freed_top' to track when free list consolidation is needed. ThisRay Johnston1999-04-191-35/+65
* Change #define that enables statics used for gathering statistics toRay Johnston1999-04-191-15/+15
* Add UPPERCASE versions of some #define macros for compatibility withRay Johnston1999-04-161-0/+9
* adds a procedure for releasing the bbox and removes near keyword (fromHenry Stiles1999-04-151-4/+12
* Removes a global variable and a static local to a function, bothHenry Stiles1999-04-144-30/+45
* Add initialization for hpgl parser. Fixes exception error.Ray Johnston1999-04-131-0/+1
* Add extern to prevent multiple definition linker errors.Ray Johnston1999-04-131-1/+1
* Change to use defining macro for pstack_entry (see change in pcpalet.h).Ray Johnston1999-04-131-0/+1
* Add defining instance macro for pstack_entry to prevent multiple def'nRay Johnston1999-04-131-6/+7
* Add missing 'extern' to prevent multiple definition link errors.Ray Johnston1999-04-131-1/+1
* Add comment delimiters following #endif to prevent warning.Ray Johnston1999-04-131-1/+1
* Get rid of label "top" to prevent spurious warning.Ray Johnston1999-04-131-1/+1