Robert Millan
|
4825d7908c
|
2009-11-09 Robert Millan <rmh.grub@aybabtu.com>
* util/mkisofs/fnmatch.c: Remove.
* util/mkisofs/getopt1.c: Likewise.
* util/mkisofs/getopt.c: Likewise.
* conf/common.rmk (grub_mkisofs_SOURCES): Replace
`util/mkisofs/fnmatch.c', `util/mkisofs/getopt1.c' and
`util/mkisofs/getopt.c' with `gnulib/fnmatch.c',
`gnulib/getopt1.c' and `gnulib/getopt.c'.
(grub_mkisofs_CFLAGS): Add `-I$(srcdir)/gnulib'.
* configure.ac: Detect `mingw32msvc' host_os.
Check for lstat(), getuid() and getgid().
* util/mkisofs/joliet.c: Include `<stdint.h>'. Replace all
instances of `u_char' with `uint8_t'.
* util/mkisofs/mkisofs.h: Include `<sys/stat.h>'.
[!HAVE_GETUID] (getuid): New function (stub).
[!HAVE_GETGID] (getgid): Likewise.
[!HAVE_LSTAT] (lstat): Likewise.
[!S_IROTH] (S_IROTH): New macro (dummy).
[!S_IRGRP] (S_IRGRP): Likewise.
|
2009-11-09 19:58:24 +00:00 |
|
Robert Millan
|
cd2dbe8d2e
|
Remove support for non-Autoconf build mode.
|
2009-11-08 22:55:12 +00:00 |
|
Robert Millan
|
dc83dd6422
|
Fix build warnings (without -Wall).
|
2009-11-08 22:54:27 +00:00 |
|
Robert Millan
|
d70d390732
|
Document date override flags and add sanity checks. Based on patch
sent by Andrew Cady to Debian BTS:
http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=31;filename=date_override_doc.diff;att=1;bug=498151
|
2009-11-08 22:53:42 +00:00 |
|
Robert Millan
|
fa8b1c51a3
|
Implement support for date stamp overrides:
--creation-date
--modification-date
--expiration-date
--effective-date
|
2009-11-08 22:53:15 +00:00 |
|
Robert Millan
|
11e9a11511
|
Import http://www.tux.org/pub/people/eric-youngdale/mkisofs/mkisofs-1.12b5.tar.gz
|
2009-11-08 22:52:08 +00:00 |
|
Robert Millan
|
63eb2d63b1
|
Import http://www.tux.org/pub/people/eric-youngdale/mkisofs/mkisofs-1.12b4.tar.gz
|
2009-11-08 22:51:41 +00:00 |
|
Robert Millan
|
4b4c4f6400
|
Import http://www.tux.org/pub/people/eric-youngdale/mkisofs/mkisofs-1.11.3.tar.gz
|
2009-11-08 22:51:08 +00:00 |
|