7dfacd3869
* new-features.sgml (ov-new1.7.19): Add arc4random,
...
arc4random_addrandom, arc4random_buf, arc4random_stir and
arc4random_uniform.
2013-05-21 19:10:06 +00:00
e0ce0961fe
* new-features.sgml (ov-new1.7.19): Add __b64_ntop and __b64_pton.
2013-05-21 10:11:15 +00:00
d46cc674ec
Added Wishlist file, based on my FURTHER WORK proposal to the -patches
...
list on April 29.
2013-05-13 22:00:44 +00:00
e4ab61a8ab
Removed setup.xml and cygwin-ug.xml: they were not inputs to any of the
...
documentation outputs. Apparently they were the predecessors of
setup-net.xml and cygwin-ug-net.xml. I don't know if for a time there
were parallel versions of the manuals and one fork died, or if the cutover
was clean and the old versions were just never removed. Either way,
they're dead junk now.
2013-05-13 21:17:22 +00:00
3483cbea76
fix typo
2013-05-06 23:32:38 +00:00
170c43cf3f
Reverted XInclude in cygwin-api.in.xml from an XInclude to a DOCTOOL
...
include. You can't mix the two fragment inclusion mechanisms within
a single document because of the way it interacts with autoconf "build
in separate tree" mechanism. Either work separately, but they fail when
you try to use them together due to the way doctool chooses output
directories for its generated files.
2013-05-06 21:20:41 +00:00
e021972911
* Makefile (FAQ_SOURCES): Use wildcard function to find sources in srcdir.
2013-05-03 20:41:12 +00:00
32d9bab55e
Generating faq/faq.body automatically from faq/faq.html whenever latter
...
is updated, using new bodysnatcher.pl script.
2013-05-02 00:10:15 +00:00
1f8b70e2a1
Initial; ignoring generated files.
2013-05-01 23:34:58 +00:00
8142972d87
Modernized user guide, API reference, and FAQ generation. Overall
...
effect is to move away from DocBook SGML and DJ Delorie's doctool and
toward pure DocBook XSL. (There remains just one use of doctool, and
we have plans for replacing it, too.) See ChangeLog for details.
2013-05-01 23:30:25 +00:00
453c3a5fe8
* faq-programming.xml (faq.programming.64bitporting): Fix typo.
2013-04-25 10:16:01 +00:00
77dcee573c
* faq-programming.xml (faq.programming.64bitporting): Extend entry.
...
(faq.programming.64bitporting-fail): New entry.
(faq.programming.64bitporting-cygwin64): New entry.
2013-04-25 10:14:26 +00:00
21470a3ca9
* faq-programming.xml (faq.programming.64bitporting): Mention the
...
-Wformat and -Wall gcc options.
2013-04-24 17:33:30 +00:00
895ece0124
* faq-programming.xml (faq.programming.64bitporting): New FAQ entry.
...
(faq.programming.objective-c): Include gcc4.
(faq.programming.make-execvp): Drop text discouraging usage of -j.
(faq.programming.undeclared-functions): Drop entry.
(faq.programming.x86-assembly): Ditto.
(faq.programming.djgpp): Ditto.
2013-04-24 16:09:43 +00:00
09caddaaf5
* cygwinenv.sgml (cygwinenv-implemented-options): Change description
...
for winsymlink option to explain new implementation.
* new-features.sgml (ov-new1.7.19): Add support for native symlinks and
AFS.
2013-04-24 10:18:08 +00:00
842cf66533
* Throughout, eliminate Windows 2000 from the documentation.
...
* overview.sgml (brief-history): Mention native AMD64 support.
2013-04-23 15:59:21 +00:00
f35d64f8d0
* Makefile.in (SGMLDIRS): Accommodate dropping utils_source and
...
cygwin_source from ../Makefile.common.
* new-features.sgml (ov-new1.7.19): New section. Document dropped
support for pre-XP SP3 and added support for 64 bit Cygwin.
2013-04-23 15:49:08 +00:00
61522196c7
* Merge in cygwin-64bit-branch.
2013-04-23 09:44:36 +00:00
d420513d39
* faq-what.xml (faq.what.supported): Mention Windows 8 and Server 2012.
...
Change sentence on native 64 bit version.
2013-03-27 16:12:30 +00:00
0a42dbf12a
* faq-using.xml: Fix expression and uppercase Samba.
2013-03-06 11:28:29 +00:00
df85c52e8c
* pathnames.sgml: Remove stray '@'.
2013-02-13 18:07:24 +00:00
729c92aaa7
* pathnames.sgml: Clarify '@' processing.
2013-02-13 17:57:19 +00:00
95b7947d04
* faq-programming.xml: Remove reference to "make check".
2013-01-23 16:54:35 +00:00
cdc1925e02
* new-features.sgml (ov-new1.7.18): Add console enhancements.
2013-01-12 19:11:11 +00:00
45b8e70594
* pathnames.sgml (pathnames-at): Drop confusing description on
...
"embedded double quotes".
2012-12-20 16:47:26 +00:00
6b0dad0459
* new-features.sgml (ov-new1.7.18): Add sparse change.
...
* pathnames.sgml (mount-table): Document sparse mount option.
2012-12-14 11:10:29 +00:00
eac98364a3
* new-features.sgml (ov-new1.7.18): New section. Document cfsetspeed.
2012-12-06 08:38:43 +00:00
d4f4d1d0d6
ChangeLog:
...
2012-11-26 Christopher Faylor <me.cygwin2012@cgf.cx >
* configure.ac: Rename from configure.in.
* configure.in: Delete.
* configure: Regenerate.
cygserver/ChangeLog:
2012-11-26 Christopher Faylor <me.cygwin2012@cgf.cx >
* configure.ac: Rename from configure.in.
* configure.in: Delete.
* configure: Regenerate.
cygwin/ChangeLog:
2012-11-26 Christopher Faylor <me.cygwin2012@cgf.cx >
* configure.ac: Rename from configure.in.
* configure.in: Delete.
* configure: Regenerate.
doc/ChangeLog:
2012-11-26 Christopher Faylor <me.cygwin2012@cgf.cx >
* configure.ac: Rename from configure.in.
* configure.in: Delete.
* configure: Regenerate.
lsaauth/ChangeLog:
2012-11-26 Christopher Faylor <me.cygwin2012@cgf.cx >
* configure.ac: Rename from configure.in.
* configure.in: Delete.
* configure: Regenerate.
testsuite/ChangeLog:
2012-11-26 Christopher Faylor <me.cygwin2012@cgf.cx >
* configure.ac: Rename from configure.in.
* configure.in: Delete.
* configure: Regenerate.
utils/ChangeLog:
2012-11-26 Christopher Faylor <me.cygwin2012@cgf.cx >
* configure.ac: Rename from configure.in.
* configure.in: Delete.
* configure: Regenerate.
2012-11-26 19:50:45 +00:00
ead8994a85
* configure.in: Add AC_NO_EXECUTABLES.
...
* configure: Regenerate.
2012-10-24 12:57:29 +00:00
ef275f980e
Add missing ChangeLog entry.
2012-10-24 12:52:35 +00:00
821d651917
* new-features.sgml (ov-new1.7.17): Add section.
2012-10-20 15:31:50 +00:00
f594bcf771
* faq-what.xml: Fix typos, clarify responsibility slightly.
2012-09-04 00:19:00 +00:00
9da0bce9ef
* faq-using.xml (faq.using.man): Make relevance to whatis explicit.
2012-08-03 10:39:45 +00:00
1692ae3a30
* pathnames.sgml (pathnames-intro): Remove paragraph on UNC paths.
...
Try to be clearer on POSIX vs. Win32 paths.
(unc-paths): New section.
(cygdrive): Fix a few SGML qualifiers.
* setup-net.sgml: Move ntsec section from here...
* using.sgml: ..to here.
2012-07-20 09:23:44 +00:00
fe05ac4f14
* new-features.sgml (ov-new1.7.16): Document getmntent_r.
2012-07-18 11:23:11 +00:00
03b7882aa0
* faq-programming.xml (faq.programming.unix-gui): Update to
...
reflect the availability of X11 toolkits on Cygwin.
2012-07-18 02:11:04 +00:00
ff80d22a7c
* new-features.sgml (ov-new1.7.16): Document ReFS support.
2012-06-03 16:53:03 +00:00
54659e14a0
* new-features.sgml (ov-new1.7.16): Document memrchr.
2012-05-10 08:36:44 +00:00
dc4536187c
* new-features.sgml (ov-new1.7.15): Fix XML syntax.
2012-05-09 07:32:48 +00:00
8620cb7925
* new-features.sgml (ov-new1.7.15): Fix tag.
2012-05-07 14:40:20 +00:00
5c0e79c218
* cygwinenv.sgml: Add pipe_byte description.
...
* new-features.sgml (ov-new1.7.15): Add new pipe_byte description for 1.7.15.
2012-05-06 18:59:46 +00:00
8e487e5954
* new-features.sgml (ov-new1.7.14): Add mouse reporting mode 1005.
2012-04-25 07:34:34 +00:00
bd8839bbce
* new-features.sgml (ov-new1.7.14): New section. Add new console mouse
...
reporting modes.
2012-04-24 14:42:51 +00:00
a5fa16e277
* configure: Regenerate.
2012-04-24 08:55:41 +00:00
7940dd8118
* faq-using.xml (faq.using.emacs, faq.using.xemacs): Change links
...
from http://cygwin.com/xfree to http://x.cygwin.com .
2012-04-23 22:10:37 +00:00
0a5135e32a
* faq-programming.xml (faq.programming.objective-c): Update for gcc4.
...
(faq.programming.win32-api): -mwindows does include -lcomdlg32.
(faq.programming.win32-no-cygwin): Update for removal of -mno-cygwin.
* overview2.sgml (ov-ex-win): Ditto.
2012-04-23 21:46:46 +00:00
93bb67edb2
* new-features.sgml (ov-new1.7.13): Add typeahead description.
2012-04-05 15:04:24 +00:00
260738bd33
* new-features.sgml (ov-new1.7.13): New section. Add entry for
...
mkpasswd/mkgroup change to print TrustedInstaller account.
2012-04-05 13:41:49 +00:00
ecdcf15712
2012-04-03 Corinna Vinschen <corinna@vinschen.de>
...
* new-features.sgml (ov-new1.7.12): Fix layout of flock example.
2012-04-03 19:16:10 +00:00
54440304b3
Fix typo
2012-03-30 13:28:17 +00:00