summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix: maketars and related scripts didn't handle version numbers #.#0ghostscript-6.20L Peter Deutsch2000-04-071-1/+1
* Brings documentation up to date for the release.L Peter Deutsch2000-04-073-22/+1330
* Updates the build date for the release.L Peter Deutsch2000-04-071-1/+1
* Removes redundant material, and the www.aladdin.com distribution point, fromL Peter Deutsch2000-04-071-56/+39
* Updates a few dependencies for the release.L Peter Deutsch2000-04-071-3/+4
* Updates release dates and version numbers.L Peter Deutsch2000-04-0711-15/+15
* Fix: Removes some occurrences of $,I,d,: that shouldn't be substituted.L Peter Deutsch2000-04-071-7/+9
* Fix: The location of the lists of supported and unsupported drivers wasL Peter Deutsch2000-04-071-5/+5
* Adds a missing dependency.L Peter Deutsch2000-04-071-1/+1
* Fix: If an alphabetic font defined and used a .notdef character, pdfwriteL Peter Deutsch2000-04-071-1/+2
* Extends the undocumented CCRun procedure to take an additional argument, aL Peter Deutsch2000-04-061-1/+25
* Fix: Some Adobe font downloading code assumed that loading a resource fileL Peter Deutsch2000-04-061-6/+12
* Implements the framework for superexec (but none of the actual access checkL Peter Deutsch2000-04-063-5/+29
* Works around an Adobe code assumption that the default FindResourceL Peter Deutsch2000-04-051-13/+15
* Fix: The just-checked-in fixed for resourceforall didn't work properly forL Peter Deutsch2000-04-051-11/+10
* Fix: The implementation of resourcestatus wasn't compatible with some badlyL Peter Deutsch2000-04-051-22/+24
* Fix: resourceforall didn't enumerate external (loadable) instances, andL Peter Deutsch2000-04-051-34/+67
* Fix: Updates clients for the change in the last argument of cff_string_indexL Peter Deutsch2000-04-051-2/+2
* Fix: Replaces a final exit() with a return, to avoid a compiler warning.L Peter Deutsch2000-04-051-1/+1
* Adds an #include required by the Watcom compiler.L Peter Deutsch2000-04-052-1/+2
* Adds .cvsignore files, to prevent bogus warnings on cvs update.L Peter Deutsch2000-04-052-0/+5
* Fixes several problems in resourceforall and resource loading: the operandsL Peter Deutsch2000-04-044-60/+138
* Fix: If there was a CIDInit ProcSet defined in the filesystem, the code forL Peter Deutsch2000-04-041-2/+5
* Fix: The internaldict "operator" was allocated in local VM, preventing itL Peter Deutsch2000-04-041-3/+8
* Extends .forceput to handle arrays as well as dictionaries, required to fixL Peter Deutsch2000-04-042-36/+56
* Updates the problem reporting procedure to use SourceForge; separates theL Peter Deutsch2000-04-045-159/+266
* Fix: When printing on monochrome LaserJet/DeskJet printers, the driverL Peter Deutsch2000-04-031-1/+2
* Fix: Resolving a Shading didn't create a reusable stream for the shadingL Peter Deutsch2000-04-031-2/+8
* Implements the AutoRotatePages distiller parameter.L Peter Deutsch2000-04-035-2/+75
* Makes the .writefont9 operator (used only for testing) available in bothL Peter Deutsch2000-04-031-2/+2
* Slightly simplifies the output of the psmono and psgray drivers.L Peter Deutsch2000-04-021-24/+18
* Updates the documentation on preparing releases to reflect the addition ofL Peter Deutsch2000-04-021-50/+47
* Moves gsindent from src to toolbin.L Peter Deutsch2000-04-021-0/+38
* Adds a variety of tools used to build and distribute Ghostscript releases.L Peter Deutsch2000-04-0215-33/+3449
* Finishes implementing the ability to write CIDFontType 0 CFFs. ThisL Peter Deutsch2000-04-0213-737/+1027
* Fix: If two embedded fonts had the same base font, the PDF file could windL Peter Deutsch2000-04-011-1/+2
* Creates a real list of projects on which help would be appreciated.L Peter Deutsch2000-04-011-6/+311
* Fix: The new C BuildGlyph code for CIDFontType 0 fonts didn't handleL Peter Deutsch2000-03-312-24/+31
* Fix: MSVC versions before 5, not before 6, recognize /FPi87.L Peter Deutsch2000-03-311-1/+1
* Allows dictionaries as the value of CIDMap resources. (Also removes anL Peter Deutsch2000-03-311-13/+11
* Fix: The MSVC++ 6 compiler no longer recognizes the /FPi87 switch.L Peter Deutsch2000-03-311-2/+3
* Cleans up some dependencies missed at the last checkin.L Peter Deutsch2000-03-312-5/+10
* Finishes moving support for CIDFontType 0 fonts from PostScript to C.L Peter Deutsch2000-03-316-68/+355
* Fix: Text with a Pattern color scaled the pattern according to the textL Peter Deutsch2000-03-303-5/+11
* Updates the change log with recent changes.L Peter Deutsch2000-03-302-2/+165
* Fix: Filling or clipping with ridiculously large (out-of-bounds) coordinatesL Peter Deutsch2000-03-301-4/+7
* Fixes a couple of typos in the recently checked-in image interpolation fix.L Peter Deutsch2000-03-301-6/+10
* Changes the procs structure of gs_type1_data to an in-line structure ratherL Peter Deutsch2000-03-299-27/+30
* Fix: When FPU_TYPE <= 0, the image interpolation code lost too muchL Peter Deutsch2000-03-291-8/+33
* Adds a note about bogus "ANSI aliasing" warnings from the DEC C compiler.L Peter Deutsch2000-03-291-0/+9