openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Ghostscript
Settings
|
Report Duplicate
357
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 2 years
ago. based on code collected
over 2 years
ago.
Jun 26, 2022 — Jun 26, 2023
Showing page 765 of 778
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
adds bmpa16m device.
Henry Stiles
More...
about 27 years ago
moved debug definitions from gsalloc.c to avoid a compilation problem on with Watcom C (ray).
Henry Stiles
More...
about 27 years ago
Change 'resize' operations of objects/strings to return the original if the old and new size are the same. Also add logic to 'trim' the object/ string if the new size is smaller than the old to avoid double allocations and copy step. Memory trimmed is added to free space.
Ray Johnston
More...
about 27 years ago
Comment change to 'Resize'. If old and new size are the same, returns the original object. In any case the min(old,new) bytes of data are copied.
Ray Johnston
More...
about 27 years ago
Add comment to 'Resize' to refer to gsmemraw.h. This comment says that if old and new size are the same, the original object is returned.
Ray Johnston
More...
about 27 years ago
Make resize operations return original object/string if no size change.
Ray Johnston
More...
about 27 years ago
Add optional code to avoid sandbars for async rendering. Default is to free memory as in previous code. Use #define DO_NOT_REDUCE_BUFFER_SPACE 1 to keep initial (largest) allocation when buffer space shrinks.
Ray Johnston
More...
about 27 years ago
Properly installs the bbox device and removes the "dubious" dirty page optimization that avoided using the bbox device to check if a page was dirty.
Henry Stiles
More...
about 27 years ago
fixes comment.
Henry Stiles
More...
about 27 years ago
updates version number.
Henry Stiles
More...
about 27 years ago
Added version numbering and build time/date stamp to executable.
Marcos H. Woehrmann
More...
about 27 years ago
chinook check-in.
Henry Stiles
More...
about 27 years ago
Change to initialize members required for a future release should have no effect on the current code.
Henry Stiles
More...
about 27 years ago
Fix for pattern phase (Peter)
Ray Johnston
More...
about 27 years ago
The null device installed for stringwidth didn't copy the color mapping information from its target, causing confusion if the current device was a pattern accumulator. (Peter)
Henry Stiles
More...
about 27 years ago
The null device installed for stringwidth didn't copy the color mapping information from its target, causing confusion if the current device was a pattern accumulator (Peter).
Henry Stiles
More...
about 27 years ago
I fixed the stdout logic, so that the output can be redirected with the sequence; /.show.stdout (outfile.txt) (w) file def interposed between loading (running) ps2ascii.ps and loading/running the file(s) to be converted.
Ray Johnston
More...
about 27 years ago
OOPS! Fix error caused by bad edit. See comment on previous revision.
Ray Johnston
More...
about 27 years ago
Change to make sure BufferSpace allows for writer_space + min_row_space. Keep the code that forces writer and reader to be the same (for now). Replace the *** HACK HACK *** comment with something more informative.
Ray Johnston
More...
about 27 years ago
Hack to set buffer space and band buffer space equal. I thought this was no longer necessary but bmpamono will not work correctly without the change, although the color bmp driver seems to work. I have not analyzed this. Also max_raster and min_band_height was calculated incorrectly.
Henry Stiles
More...
about 27 years ago
removes PC specific keywords.
Henry Stiles
More...
about 27 years ago
restores memory status and user time that had been commented out before investigation of the the gs_stdout vs stdout problems.
Henry Stiles
More...
about 27 years ago
normalizing min and max ranges is only necessary for the RGB colorimetric color space.
Henry Stiles
More...
about 27 years ago
pattern_set_pen() modified to correctly install CIE color spaces for pcl raster, as suggested by jan.
Henry Stiles
More...
about 27 years ago
line pattern was not specified correctly.
Henry Stiles
More...
about 27 years ago
Explicitly closes pcl's target device, forwarding devices like the color mapper do not close the target device automatically.
Henry Stiles
More...
about 27 years ago
Fixed problem with version number under msvc (and watcom).
Marcos H. Woehrmann
More...
about 27 years ago
hpgl_RF() was not properly saving and restoring the index when the parser ran out of data and reinvokes hpgl_RF().
Henry Stiles
More...
about 27 years ago
Version number and build date for PCL.
Henry Stiles
More...
about 27 years ago
We were assuming that there existed a password entry for the person who made the log entry.
Henry Stiles
More...
about 27 years ago
←
1
2
…
761
762
763
764
765
766
767
768
769
…
777
778
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree