index
:
~cloos/ghostpdl
Type3_PCL
ghostpdl-9.03
gs904
gs905
libs-update
master
memcpy-fix
mooscript
patt_trans_clist
psd16
Clone of git://git.ghostscript.com/ghostpdl.git.
cloos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gs
/
contrib
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-29
Part 2 of update (new files) posted to 687983, corrected for current svn HEAD.
Hin-Tak Leung
8
-0
/
+11285
2010-06-29
Part 1 of the update (modifications to checked-in files)
Hin-Tak Leung
3
-11
/
+22
2010-05-25
make static some private functions to remove compiler warnings
Hin-Tak Leung
2
-6
/
+6
2010-05-24
Another bunch of CRLF to LF's.
Hin-Tak Leung
1
-342
/
+342
2010-05-14
HP compiler quirk - apparently the same workaround is needed for SUN Pro C an...
Hin-Tak Leung
1
-0
/
+2
2010-05-04
As part of the work for bug 691207 (remove global variables) we introduce
Robin Watts
1
-7
/
+17
2010-05-04
As part of the efforts towards bug 691207 (global variables must be removed)
Robin Watts
3
-690
/
+694
2010-04-21
Move CPSI_mode from being a global to living in the libctx, as part of the
Robin Watts
1
-2674
/
+2674
2010-04-08
Make a table of 4 zeros be static const, and update the cast where they are
Robin Watts
1
-3
/
+3
2009-12-30
Remove C++ comments (//) and commented out code because this is not compatible
Alex Cherepanov
1
-12
/
+0
2009-12-26
Clear Coverity warnings about unreachable code. Fix incorrect error
Alex Cherepanov
4
-2503
/
+16
2009-12-23
Add new assert_.h header file. Convert existing code to use it.
Robin Watts
4
-6
/
+4
2009-12-20
Fix a Coverity warning about an expression with undefined order of evaluation.
Alex Cherepanov
1
-2
/
+1
2009-12-20
Fix a Coverity warning about an expression with undefined order of evaluation.
Alex Cherepanov
1
-1
/
+1
2009-12-08
Fix Coverity warnings caused by a recurring error in opvp driver where
Alex Cherepanov
1
-8
/
+8
2009-07-27
Update of the Esc/Page laser printer drivers from Epson and Avasys, new outpu...
Till Kamppeter
3
-13
/
+150
2009-07-19
Fix a typo in compile time flag that prevented GNU libiconv to emulate
Alex Cherepanov
1
-1
/
+1
2009-07-02
Use "Perceptual" as render intent for the presentation quality setting in the...
Till Kamppeter
1
-1
/
+1
2009-04-20
Added "cdnj500" device to support HP DesignJet 500 (patch from Timur Maximov).
Till Kamppeter
2
-7
/
+267
2009-02-09
Protect some printf-like calls in the pcl3 output device from spurious
Ralph Giles
2
-2
/
+2
2009-01-23
Convert 24 bit RGB data to grayscale when printing in monochrome with
Ralph Giles
1
-1
/
+21
2008-11-03
Fix Floating Point excpetion caused by improper initializer of a private device
Ray Johnston
1
-56
/
+2
2008-09-18
Additional leading space characters before colons in makefiles. Bug 690084.
Ralph Giles
1
-35
/
+35
2008-09-18
Space makefile colons for the benefit of VMS. Bug 690084.
Ralph Giles
1
-117
/
+117
2008-09-18
The SunPro compiler doesn't handle variable length arrays in structs.
Ralph Giles
1
-0
/
+2
2008-09-18
Clean up whitespace in the opvp device source.
Ralph Giles
2
-38
/
+38
2008-09-18
Fix: default to MITER line joins in the opvp device. Bug 689079.
Ralph Giles
1
-1
/
+1
2008-09-18
Fix: don't treat char as unsigned in the opvp device. Bug 690079.
Ralph Giles
1
-1
/
+1
2008-08-14
Use GNU iconv.h header in compatibility mode unless we link with GNU libiconv.
Alex Cherepanov
1
-1
/
+6
2008-08-07
Add the PSSRC dir to the includes of contrib devices that depend on
Ralph Giles
1
-3
/
+3
2008-08-07
Use graphics library instead of interpreter error codes in the gomni
Ralph Giles
1
-4
/
+4
2008-07-14
Allows the Epson AcuLaser device output to be sent to a pipe (closes bug 6899...
Marcos H. Woehrmann
1
-1
/
+2
2008-06-25
Fixed compile for Linux.
Marcos H. Woehrmann
1
-1
/
+1
2008-04-04
Added the new files of OpenPrinting Vector 1.0.
Till Kamppeter
2
-0
/
+595
2008-04-04
Updated the OpenPrinting Vector driver interface ("opvp", "oprp") to version ...
Till Kamppeter
3
-3914
/
+4363
2007-12-14
Added casts to sprintf debugging statements (thanks for Michael Rutter for fi...
Marcos H. Woehrmann
1
-2
/
+2
2007-12-10
Fix a compilation error on Tru64's native cc, which doesn't tolerate spaces
Alex Cherepanov
1
-1
/
+1
2007-10-30
Add missing dependencies to the contrib device build.
Ralph Giles
1
-6
/
+7
2007-09-25
Replace the 'private' define with the now standard C keyword 'static'.
Ralph Giles
37
-1206
/
+1202
2007-09-08
Include our std.h header first to ensure consistent type definitions in
Alex Cherepanov
6
-0
/
+8
2007-08-26
Cast the pointers to the same type because aC++ compiler cannot compare
Alex Cherepanov
1
-1
/
+1
2007-08-26
Fix a typo in a contributed driver for HP color printers detected by aC++
Alex Cherepanov
1
-1
/
+1
2007-07-27
Add a missing member to the initialiser macro for the device structure of
Alex Cherepanov
1
-0
/
+2
2007-07-14
Changes from Neil Muller to support tumble duplex in several deskjet
Henry Stiles
1
-1
/
+2
2007-06-26
Replaced the $(install_prefix) from ESP Ghostscript by $(DESTDIR).
Till Kamppeter
1
-7
/
+7
2007-06-18
Fix bmpa and gomni devices to account for changes to mem_*_size
Ray Johnston
1
-5
/
+4
2007-06-06
Add gomni.c, which was omitted by the EPS branch merge.
Ralph Giles
1
-0
/
+2072
2007-06-06
Finally merged in extra functionality of ESP Ghostscript (from branch "gs-esp...
Till Kamppeter
192
-0
/
+96168
2007-05-14
Revert the gs-esp merge down, as there are still some build issues.
Ralph Giles
193
-98241
/
+0
2007-05-14
Merged in extra functionality of ESP Ghostscript (from branch "gs-esp-gpl-mer...
Till Kamppeter
193
-0
/
+98241
[next]