index
:
xorg/lib/libfontenc
CYGWIN
DAMAGE-XFIXES
IPv6-REVIEW
XACE-SELINUX
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
master
sco_port_update
Font encoding library (mirrored from https://gitlab.freedesktop.org/xorg/lib/libfontenc)
krh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-02
libfontenc 1.1.8
HEAD
libfontenc-1.1.8
master
Alan Coopersmith
1
-1
/
+1
2023-03-28
Set close-on-exec when opening files
Alan Coopersmith
1
-1
/
+9
2023-03-04
configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
Alan Coopersmith
1
-2
/
+3
2023-02-25
Remove "All rights reserved" from Oracle copyright notices
Alan Coopersmith
1
-1
/
+1
2023-02-16
configure: raise minimum autoconf requirement to 2.70
Alan Coopersmith
1
-1
/
+1
2022-12-08
libfontenc 1.1.7
libfontenc-1.1.7
Matt Turner
1
-1
/
+1
2022-11-29
configure: Use AC_SYS_LARGEFILE to enable large file support
Matt Turner
1
-0
/
+3
2022-08-30
libfontenc 1.1.6
libfontenc-1.1.6
Alan Coopersmith
1
-1
/
+1
2022-08-30
include config.h before system headers
Alan Coopersmith
2
-0
/
+8
2022-08-26
libfontenc 1.1.5
libfontenc-1.1.5
Alan Coopersmith
1
-2
/
+2
2022-07-17
configure: Use AC_USE_SYSTEM_EXTENSIONS to set GNU_SOURCE & other defines
Alan Coopersmith
1
-0
/
+5
2022-05-08
Convert code to use Xmallocarray() & Xreallocarray()
Alan Coopersmith
2
-9
/
+11
2022-05-08
Import reallocarray() from libX11 (originally from OpenBSD)
Alan Coopersmith
4
-2
/
+93
2022-05-08
gitlab CI: add a basic build test
Alan Coopersmith
1
-0
/
+98
2022-05-08
Fix spelling/wording issues
Alan Coopersmith
2
-2
/
+2
2022-05-08
Build xz tarballs instead of bzip2
Alan Coopersmith
1
-1
/
+1
2019-02-19
libfontenc 1.1.4
libfontenc-1.1.4
Alan Coopersmith
1
-1
/
+1
2018-12-07
Update configure.ac bug URL for gitlab migration
Alan Coopersmith
1
-1
/
+1
2018-11-19
Update README for gitlab migration
Alan Coopersmith
3
-25
/
+20
2018-11-11
Fix iso8859-7 mappings for 0xA1, 0xA2, & 0xFF
Alan Coopersmith
1
-3
/
+3
2017-01-26
autogen: add default patch prefix
Mihail Konev
1
-0
/
+3
2017-01-26
autogen.sh: use quoted string variables
Emil Velikov
1
-4
/
+4
2017-01-26
autogen.sh: use exec instead of waiting for configure to finish
Peter Hutterer
1
-1
/
+1
2015-09-24
make FontEncDirectory return a const string
Julien Cristau
2
-5
/
+5
2015-04-30
libfontenc 1.1.3
libfontenc-1.1.3
Alan Coopersmith
1
-1
/
+1
2015-01-17
Initialize aliases array in parseEncodingFile()
Alan Coopersmith
1
-1
/
+1
2015-01-17
Reformat code to X.Org standard style
Alan Coopersmith
4
-742
/
+861
2015-01-17
Replace strcpy+strcat calls with snprintf calls
Alan Coopersmith
1
-5
/
+3
2015-01-17
Replace sprintf call with snprintf
Alan Coopersmith
1
-2
/
+2
2013-12-26
Initialize both value1 & value2, not value1 twice
Alan Coopersmith
1
-1
/
+1
2013-04-25
libfontenc 1.1.2
libfontenc-1.1.2
Alan Coopersmith
1
-1
/
+1
2013-03-04
libfontenc: setCode(): fix realloc invocation
Nickolai Zeldovich
1
-1
/
+1
2013-01-19
Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
Alan Coopersmith
1
-1
/
+1
2013-01-15
autogen.sh: Implement GNOME Build API
Colin Walters
1
-1
/
+3
2013-01-15
configure: Remove AM_MAINTAINER_MODE
Adam Jackson
1
-1
/
+0
2012-04-24
Fix ISO-8859-7 → ISO-10646 mapping.
James Cloos
1
-0
/
+2
2012-04-24
Fix ISO-8859-6 → ISO-10646 mapping.
James Cloos
1
-1
/
+2
2012-03-02
libfontenc 1.1.1
libfontenc-1.1.1
Alan Coopersmith
1
-1
/
+1
2011-11-11
Include strings.h for strcasecmp
Jeremy Huddleston
2
-8
/
+1
2011-09-16
Strip trailing whitespace
Alan Coopersmith
3
-46
/
+46
2011-05-09
Dead code removal
Jeremy Huddleston
1
-1
/
+0
2011-02-03
config: comment, minor upgrade, quote and layout configure.ac
Gaetan Nadon
1
-39
/
+38
2011-01-28
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
Gaetan Nadon
1
-1
/
+1
2011-01-27
config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
Gaetan Nadon
1
-1
/
+0
2010-11-21
Fail configure if zlib.h & -lz not found
Alan Coopersmith
1
-2
/
+4
2010-10-20
libfontenc 1.1.0
libfontenc-1.1.0
Alan Coopersmith
1
-1
/
+3
2010-05-17
Don't need to check if pointer is NULL before calling free()
Alan Coopersmith
2
-13
/
+8
2010-05-17
Replace malloc(strlen()) + strcpy() with strdup()
Alan Coopersmith
2
-10
/
+5
2010-05-14
Nuke unnecessary casts
Mikhail Gusarov
2
-20
/
+17
2010-05-14
Expand xalloc/xrealloc/xfree macros
Mikhail Gusarov
2
-50
/
+45
[next]