summaryrefslogtreecommitdiff
path: root/pl/plmain.c
AgeCommit message (Expand)AuthorFilesLines
2006-10-10Pulling wrapped memory functions matches gs commit r7098.Stefan Kemper1-0/+3
2006-09-07Merge the gs853merge branch down into the trunk. This ports ghostpcl andRalph Giles1-64/+70
2005-02-23Don't free iodev when gc allocator is in place.Stefan Kemper1-0/+2
2005-01-31Fixes iodev leak.Stefan Kemper1-43/+44
2004-12-30warning fixes - use gs platform routine instead of exit()Henry Stiles1-2/+2
2003-12-10Fixed bug for -dBoolean arguements where =true is defaulted.Stefan Kemper1-9/+13
2003-10-07Removing global variables:Stefan Kemper1-3/+14
2003-10-01Changed name of pl_stdio_t to gs_lib_ctx_t.Stefan Kemper1-4/+4
2003-09-09Removed globals gs_stderr gs_stdin gs_stdout.Stefan Kemper1-27/+30
2003-09-06Added pl_stdio under the gs_memory_t. This provides a singleStefan Kemper1-131/+60
2003-05-06*** empty log message ***Henry Stiles1-1/+1
2003-05-02*** empty log message ***Henry Stiles1-25/+25
2003-02-11Added interp_impl_get_device_memory() this is used to get the postscript gs_m...Stefan Kemper1-7/+12
2003-01-21Changed device dealloc to change behavior based on which allocator.Stefan Kemper1-4/+9
2003-01-21Fixed bug on closing current device when no gs state was used.Stefan Kemper1-1/+0
2002-11-14Added a second memory list one for job memory one for pjl scoped memory.Stefan Kemper1-10/+17
2002-10-04Initial rough draft of PXL passthrough mode - ability to invoke theHenry Stiles1-7/+8
2002-09-10command line option so that memory will not be freed at end of cycleHenry Stiles1-4/+9
2002-09-03improves a diagnostic message and removes obsolete memory status code.Henry Stiles1-18/+16
2002-08-28improves comments.Henry Stiles1-6/+13
2002-08-28Added a PL_KEEP_GLOBAL_FREE_LIST option in plalloc.hStefan Kemper1-2/+3
2002-07-24Fixes to free all memory prior to process exit.Stefan Kemper1-4/+11
2002-04-25Added PJL variable VIEWER. This is an unsafe optimization for the viewerStefan Kemper1-17/+33
2002-03-16Adds -J option for sending PJL commands by command line argument toHenry Stiles1-0/+1
2002-03-16Adds processing of boolean parameter from the command line.Henry Stiles1-6/+15
2002-02-12Pulling out the performance optimization for the java viewer thatStefan Kemper1-2/+11
2002-02-11Incomplete documents call pcl_process_eof to print the page.Stefan Kemper1-0/+1
2001-11-20Removed experimental unused ifdefs.Stefan Kemper1-5/+0
2001-11-20Simplification of the job server loop. Adds out of range page optimization.Henry Stiles1-69/+104
2001-11-06Adds -C option to get a fast page (C)ount for a job.Henry Stiles1-5/+12
2001-10-26The new second parameter to arg_next() as of last gs upgrade was notHenry Stiles1-2/+1
2001-09-21Performance enhancement ultimately for the java viewer. This allowsHenry Stiles1-7/+1
2001-09-03Changed plmain to pl_main()Stefan Kemper1-3/+3
2001-08-31Added plapi which exposes plmain(argc argv) to a library/dll.Stefan Kemper1-23/+60
2001-08-23Changed unportable use of index() to strchr().Stefan Kemper1-1/+1
2001-08-21support for parsing floating point values - dFOO=1.5, previously onlyHenry Stiles1-15/+25
2001-08-21adds support for plot size override. This allows PJL commands toHenry Stiles1-10/+43
2001-08-16Experimental:Stefan Kemper1-2/+2
2001-08-16Added conditional compile code based on linkage with Postscript interpreter.Stefan Kemper1-1/+6
2001-08-03Updated for new next args interface in 7.xHenry Stiles1-4/+12
2001-05-10removes unnecessary debugging statement.Henry Stiles1-1/+0
2001-04-27closing a highlevel device, now sets curr_device to 0Stefan Kemper1-3/+5
2001-04-27Code changes for pcl reentrancy and miscellaneous items for the 1.35Henry Stiles1-184/+184
2001-04-23Don't reopen high level device (pdfwrite) on close jobStefan Kemper1-0/+2
2001-04-02pdfwrite2.dev change that should have been batched with the last setHenry Stiles1-1/+1
2001-04-02A number of changes for this file:Henry Stiles1-40/+84
2001-03-23Added new copyrightStefan Kemper1-0/+13
2001-02-06Modifications for using gs6.50 with PCL6.Dan Coby1-2/+2
2000-11-01Fixes silly typo.Henry Stiles1-1/+1
2000-10-25Makes input buffer smaller for testing parsers on debug systems. "NB"Henry Stiles1-2/+10