index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
m4
Age
Commit message (
Expand
)
Author
Files
Lines
2010-11-19
Cleanup and improve source code comments
Guillem Jover
1
-6
/
+6
2010-11-19
build: Use AC_REQUIRE for AC_CANONICAL_HOST in DPKG_FUNC_ASYNC_SYNC
Guillem Jover
1
-1
/
+1
2010-11-19
build: Refactor --with/out options into DPKG_WITH_PROG and DPKG_WITH_DIR
Guillem Jover
1
-0
/
+33
2010-11-19
build: Unify and fix AC_ARG_ENABLE usage
Guillem Jover
3
-15
/
+22
2010-11-19
build: Add missing m4 quotes around AM_CONDITIONAL argument
Guillem Jover
1
-1
/
+1
2010-11-19
build: Add missing m4 quotes to sed regex
Guillem Jover
2
-2
/
+2
2010-11-19
build: Break if ncurses is requested but unavailable
Cyril Brulebois
1
-1
/
+1
2010-07-16
build: Add -Wshadow to default warnings
Guillem Jover
1
-1
/
+1
2010-07-11
build: Add optional code coverage support
Guillem Jover
1
-0
/
+51
2010-06-07
Unify naming of va_list variables to args or args_copy
Guillem Jover
1
-4
/
+4
2010-06-07
build: Enable additional warnings by default
Guillem Jover
1
-6
/
+8
2010-06-01
build: Use DPKG_CHECK_DECL instead of DPKG_CHECK_DEFINE for TIOCNOTTY
Guillem Jover
1
-16
/
+0
2010-05-26
build: Only use mmap in parser if explicitly requested
Guillem Jover
1
-0
/
+16
2010-05-19
Ignore all foreign m4 files
Guillem Jover
1
-33
/
+2
2010-05-17
dpkg: On Linux use sync() instead of an fsync() per file
Guillem Jover
1
-0
/
+16
2010-03-13
libdpkg: Use __attribute__ keyword depending on compiler support
Guillem Jover
1
-17
/
+0
2010-03-12
build: Allow disabling Unicode support
Guillem Jover
2
-8
/
+44
2010-02-26
Generate manual pages for perl modules with pod2man
Raphaƫl Hertzog
1
-0
/
+7
2010-02-19
build: Add more warnings to --enable-compiler-warnings
Guillem Jover
1
-3
/
+9
2010-01-01
Add missing copyright statements
Guillem Jover
6
-1
/
+15
2009-12-31
build: Refactor compression library check m4 macro
Guillem Jover
1
-50
/
+37
2009-10-30
build: Use pkg-config m4 macros to detect selinux library
Guillem Jover
1
-7
/
+8
2009-10-30
build: If there's no libselinux.pc file fallback to hardcoded list
Felipe Contreras
1
-3
/
+11
2009-10-29
build: Only use po4a if present and if NLS is enabled
Guillem Jover
1
-0
/
+14
2009-10-29
build: Rename and namespace dpkg m4 files
Guillem Jover
7
-0
/
+0
2009-10-26
Sort order of header includes
Guillem Jover
1
-3
/
+2
2009-10-04
build: Properly escape DPKG_CHECK_DECL and DPKG_CHECK_DEFINE arguments
Guillem Jover
1
-8
/
+9
2009-10-04
build: Fix DPKG_CHECK_DEFINE to properly check for dpkg_cv_define_$1
Guillem Jover
1
-1
/
+1
2009-09-30
build: Abort if there is no support for the required C99 extensions
Guillem Jover
1
-1
/
+2
2009-09-30
build: Add more options to try to get support for C99 extensions
Guillem Jover
1
-1
/
+2
2009-09-30
build: Check for C99 snprintf family of functions
Guillem Jover
1
-1
/
+46
2009-09-30
build: Use memcpy instead of assignment to copy va_list
Guillem Jover
1
-10
/
+1
2009-09-30
build: Add an explicit return type to main in DPKG_FUNC_VA_COPY
Guillem Jover
1
-1
/
+2
2009-09-30
build: Do not test for C99 for-loop variable declaration support
Guillem Jover
1
-4
/
+0
2009-09-30
build: Add test for 'trailing comma in enum' C99 support
Guillem Jover
1
-0
/
+3
2009-09-26
build: Update compiler-warnings flags
Guillem Jover
1
-1
/
+1
2009-09-26
build: Refactor warning flags into a new WFLAGS variable
Guillem Jover
1
-3
/
+4
2009-09-26
build: Wrap perl expression in PERL_LIBDIR assignment
Guillem Jover
1
-1
/
+3
2009-09-26
build: Properly escape $( inside perl regex
Guillem Jover
1
-1
/
+1
2009-09-24
build: Do not use backticks on m4 macros
Guillem Jover
7
-12
/
+12
2009-09-24
build: Add new DPKG_CHECK_DECL m4 macro
Guillem Jover
1
-0
/
+13
2009-08-26
Change dpkg specific m4 macros prefix from SJR_ to DPKG_
Guillem Jover
2
-7
/
+7
2009-08-16
Use AC_*_IFELSE instead of obsolete AC_TRY_* macros
Guillem Jover
3
-20
/
+19
2009-08-15
Check for host system instead of target at build time
Guillem Jover
1
-9
/
+9
2009-08-15
Use AC_CANONICAL_TARGET instead of deprecated AC_CANONICAL_SYSTEM
Guillem Jover
1
-1
/
+1
2009-04-13
Detect the curses headers to use instead of hardcoding them
Guillem Jover
1
-0
/
+2
2008-02-19
Link dselect against libncursesw
Frank Lichtenheld
1
-3
/
+4
2008-02-04
Use functions from libcompat when those are not provided by the system
Guillem Jover
1
-0
/
+14
2008-01-18
Do not use backticks inside double quotes in m4 files
Guillem Jover
2
-4
/
+4
2007-10-11
Use shipped perl modules when calling perl programs at build time
Guillem Jover
1
-1
/
+2
[next]