summaryrefslogtreecommitdiffstats
path: root/winsup/doc/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix typoCorinna Vinschen2013-07-301-1/+1
|
* cygwin directory changes:Christopher Faylor2013-07-261-0/+5
| | | | | | | | | | | | | * environ.cc (tty_is_gone): Delete. (known): Delete tty, add wincmdln. * globals.cc: Reorganize list of environment bools, remove explicit = false for slight load time optimization. (wincmdln): New global. * spawn.cc (child_info_spawn::worker): Honor wincmdln. doc directory changes: * new-features.sgml (ov-new1.7.23): Add new section. Mention wincmdln. * cygwinenv.xml: Mention wincmdln.
* * gcc.xml (gcc-64): Fix example.Corinna Vinschen2013-07-251-0/+4
|
* * gcc.xml (gcc-default: Rename from gcc-cons. Change title.Corinna Vinschen2013-07-251-0/+8
| | | | | | | (gcc-64): New section explaininig differences in programming for 64 bit Cygwin. (gcc-gui): Simplify description and aim at UNIX/Linux developers only. Note that X programming is preferred. Drop example.
* * new-features.sgml (ov-new1.7.22): Add GetCommandLine and regcompCorinna Vinschen2013-07-211-0/+5
| | | | changes.
* * Makefile.in (cygwin-ug-net/cygwin-ug-net.html): Add dependency toCorinna Vinschen2013-07-211-0/+11
| | | | | | | | | | cygwin.xsl. (cygwin-api/cygwin-api.html): Ditto. (cygwin-ug-net/cygwin-ug-net.pdf): Add dependency to fo.xsl. (cygwin-api/cygwin-api.pdf): Ditto. (cygwin-api.xml): Drop "." path component from doctool dependency. Change Makefile to Makefile.in dep. (doctool): Drop "." path component from target.
* * Makefile.in (cygwin-ug-net/cygwin-ug-net.pdf): Process input viaCorinna Vinschen2013-07-201-0/+8
| | | | | | xsltproc and fop. (cygwin-api/cygwin-api.pdf): Ditto. * fo.xsl: New file.
* * new-features.sgml (ov-new1.7.22): New section. Document droppedCorinna Vinschen2013-07-151-0/+7
| | | | | | support for /dev/mem, /dev/kmem, /dev/port. * specialnames.xml (pathnames-posixdevices): Drop description of /dev/mem, /dev/kmem, /dev/port.
* * new-features.sgml (ov-new1.7.21): New section. Document rawmemchr.Yaakov Selkowitz2013-06-241-0/+4
|
* * faq-using.xml (faq.using.private-cygwin): Drop.Corinna Vinschen2013-06-191-0/+4
|
* * faq-using.xml (faq.using.multiple-copies): Modernize to reflectCorinna Vinschen2013-06-191-0/+6
| | | | | installation separation since Cygwin 1.7. (faq.using.third-party.multiple-copies): Ditto.
* * cygwinenv.xml: Fix link to FAQ.Corinna Vinschen2013-06-171-0/+4
|
* * faq-copyright.xml: Fix link to license.Corinna Vinschen2013-06-051-0/+6
| | | | | * faq-using.xml: Ditto. * faq-what.xml: Ditto.
* * faq-programming.xml: Convert url to refer to new flat faq.html file.Corinna Vinschen2013-06-051-0/+7
| | | | | | * faq-setup.xml: Ditto. * faq-using.xml: Ditto. * highlights.xml: Ditto.
* * new-features.xml (ov-new1.7.19): Revert mandatory locking support toCorinna Vinschen2013-06-051-0/+5
| | | | "preliminary".
* * Makefile.in: Add rule to rebuild Makefile if Makefile.in changes.Corinna Vinschen2013-06-041-0/+8
| | | | | | | Include Makefile.dep last. (Makefile.dep): Run xidepend within source dir. Temporarily drop faq.xml from dependencies. * xidepend: Fix creating base filename to accommodate VPATH.
* * new-features.xml (ov-new1.7.19): Align mandatory locking text toCorinna Vinschen2013-06-041-1/+6
| | | | today's changes.
* * new-features.xml (ov-new1.7.19): Add mandatory locking.Corinna Vinschen2013-06-021-0/+4
|
* Created xidepend mechanismWarren Young2013-05-231-0/+8
|
* * cygwinenv.xml (cygwinenv-implemented-options): Explain newCorinna Vinschen2013-05-231-2/+13
| | | | | | | | | | winsymliks:nativestrict option. Strip out description of symlink types and refer to new pathnames-symlinks section. * highlights.xml (ov-hi-files): Rip out most of symlink description and refer to new pathnames-symlinks section instead. * new-features.xml (ov-new1.7.19): Add CYGWIN=winsymlinks:nativestrict. * pathnames.xml (pathnames-symlinks): New section describing symbolic link handling.
* * new-features.sgml (ov-new1.7.19): Add arc4random,Corinna Vinschen2013-05-211-0/+6
| | | | | arc4random_addrandom, arc4random_buf, arc4random_stir and arc4random_uniform.
* * new-features.sgml (ov-new1.7.19): Add __b64_ntop and __b64_pton.Corinna Vinschen2013-05-211-0/+4
|
* Added Wishlist file, based on my FURTHER WORK proposal to the -patchesWarren Young2013-05-131-0/+2
| | | | list on April 29.
* Removed setup.xml and cygwin-ug.xml: they were not inputs to any of theWarren Young2013-05-131-1/+4
| | | | | | | | 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.
* fix typoChristopher Faylor2013-05-061-1/+1
|
* Reverted XInclude in cygwin-api.in.xml from an XInclude to a DOCTOOLWarren Young2013-05-061-1/+7
| | | | | | | | 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.
* * Makefile (FAQ_SOURCES): Use wildcard function to find sources in srcdir.Christopher Faylor2013-05-031-0/+5
|
* Generating faq/faq.body automatically from faq/faq.html whenever latterWarren Young2013-05-021-0/+6
| | | | is updated, using new bodysnatcher.pl script.
* Modernized user guide, API reference, and FAQ generation. OverallWarren Young2013-05-011-0/+38
| | | | | | 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.
* * faq-programming.xml (faq.programming.64bitporting): Fix typo.Corinna Vinschen2013-04-251-0/+4
|
* * faq-programming.xml (faq.programming.64bitporting): Extend entry.Corinna Vinschen2013-04-251-0/+6
| | | | | (faq.programming.64bitporting-fail): New entry. (faq.programming.64bitporting-cygwin64): New entry.
* * faq-programming.xml (faq.programming.64bitporting): Mention theCorinna Vinschen2013-04-241-0/+6
| | | | -Wformat and -Wall gcc options.
* * faq-programming.xml (faq.programming.64bitporting): New FAQ entry.Corinna Vinschen2013-04-241-1/+10
| | | | | | | | (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.
* * cygwinenv.sgml (cygwinenv-implemented-options): Change descriptionCorinna Vinschen2013-04-241-0/+7
| | | | | | for winsymlink option to explain new implementation. * new-features.sgml (ov-new1.7.19): Add support for native symlinks and AFS.
* * Throughout, eliminate Windows 2000 from the documentation.Corinna Vinschen2013-04-231-0/+5
| | | | * overview.sgml (brief-history): Mention native AMD64 support.
* * Makefile.in (SGMLDIRS): Accommodate dropping utils_source andCorinna Vinschen2013-04-231-0/+7
| | | | | | 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.
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-0/+5
|
* * faq-what.xml (faq.what.supported): Mention Windows 8 and Server 2012.Corinna Vinschen2013-03-271-0/+5
| | | | Change sentence on native 64 bit version.
* * faq-using.xml: Fix expression and uppercase Samba.Corinna Vinschen2013-03-061-0/+4
|
* * pathnames.sgml: Remove stray '@'.Christopher Faylor2013-02-131-0/+4
|
* * pathnames.sgml: Clarify '@' processing.Christopher Faylor2013-02-131-0/+4
|
* * faq-programming.xml: Remove reference to "make check".Christopher Faylor2013-01-231-0/+4
|
* * new-features.sgml (ov-new1.7.18): Add console enhancements.Corinna Vinschen2013-01-121-0/+4
|
* * pathnames.sgml (pathnames-at): Drop confusing description onCorinna Vinschen2012-12-201-0/+5
| | | | "embedded double quotes".
* * new-features.sgml (ov-new1.7.18): Add sparse change.Corinna Vinschen2012-12-141-0/+5
| | | | * pathnames.sgml (mount-table): Document sparse mount option.
* * new-features.sgml (ov-new1.7.18): New section. Document cfsetspeed.Yaakov Selkowitz2012-12-061-0/+4
|
* ChangeLog:Christopher Faylor2012-11-261-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* * configure.in: Add AC_NO_EXECUTABLES.Corinna Vinschen2012-10-241-0/+5
| | | | * configure: Regenerate.
* Add missing ChangeLog entry.Christopher Faylor2012-10-241-0/+4
|
* * new-features.sgml (ov-new1.7.17): Add section.Corinna Vinschen2012-10-201-0/+4
|