Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * faq-using.xml (faq.using.bloda): Typofix MacAfee -> McAfee. | Dave Korn | 2009-08-12 | 2 | -1/+5 |
| | |||||
* | * faq-using.xml (faq.using.ipv6): Try to clarify OS specific support. | Corinna Vinschen | 2009-07-23 | 4 | -7/+15 |
| | | | | | * faq-what.xml (faq.what.supported): Add Windows 7 and 2008 R2. * new-features.sgml: Add "and later" to rcmd news. | ||||
* | * Makefile.in (all): Fix wrong target names. | Corinna Vinschen | 2009-07-20 | 2 | -6/+14 |
| | | | | | | (cygwin-ug-net/cygwin-ug-net-nochunks.html.gz): Ditto. (cygwin-ug-net/cygwin-ug-net.pdf): Convert to use docbook2pdf. (cygwin-api/cygwin-api.pdf): Ditto. | ||||
* | * faq: Throughout, revert references to User's Guide to default URL. | Corinna Vinschen | 2009-07-20 | 6 | -19/+23 |
| | |||||
* | * new-features.sgml (ov-new1.7-misc): Add stdc++ new/delete wrappers. | Corinna Vinschen | 2009-07-20 | 2 | -0/+8 |
| | |||||
* | * new-features.sgml (ov-new1.7-posix): Add WCONTINUED, WIFCONTINUED. | Corinna Vinschen | 2009-07-20 | 2 | -0/+6 |
| | |||||
* | * setup2.sgml (setup-locale-charsetlist): Fix ISO88-59-13 and -15 | Corinna Vinschen | 2009-07-20 | 2 | -2/+7 |
| | | | | codepage numbers. | ||||
* | * pathnames.sgml: Fix typo. | Christopher Faylor | 2009-07-08 | 2 | -1/+5 |
| | |||||
* | * new-features.sgml (ov-new1.7-file): Add fpurge and mkstemps to new | Corinna Vinschen | 2009-07-03 | 2 | -1/+6 |
| | | | | API functions. | ||||
* | Clean up some sources.redhat.com references. | Christopher Faylor | 2009-07-01 | 4 | -13/+7 |
| | |||||
* | * faq-setup.xml (faq.setup.setup-fails-on-ts): Fix another typo. | Corinna Vinschen | 2009-06-24 | 2 | -1/+5 |
| | |||||
* | * faq-setup.xml (faq.setup.setup-fails-on-ts): Fix typo. | Corinna Vinschen | 2009-06-24 | 2 | -1/+5 |
| | |||||
* | * faq-setup.xml (faq.setup.setup-failes-on-ts): Change rebaseall to | Corinna Vinschen | 2009-06-23 | 2 | -1/+6 |
| | | | | rebase. | ||||
* | * faq-setup.xml (faq.setup.setup-failes-on-ts): New FAQ entry. | Corinna Vinschen | 2009-06-23 | 2 | -0/+33 |
| | |||||
* | * new-features.sgml (ov-new1.7-misc): Add new link libs. | Corinna Vinschen | 2009-06-19 | 3 | -4/+29 |
| | | | | | * setup2.sgml (setup-locale-ov): Explain locale-specific wcwidth feature. | ||||
* | * faq-using.xml (faq.using.emacs): Update. | Corinna Vinschen | 2009-06-12 | 2 | -2/+12 |
| | |||||
* | * new-features.sgml: Add changes to console BS and Space key. | Corinna Vinschen | 2009-06-04 | 2 | -0/+9 |
| | |||||
* | Change explicitely to explicitly throughout. | Christopher Faylor | 2009-05-27 | 6 | -7/+11 |
| | |||||
* | * setup2.sgml (setup-locale-console): Disable section for now. | Corinna Vinschen | 2009-05-15 | 2 | -0/+6 |
| | |||||
* | * faq-setup.xml (faq.setup.upgrade-mountpoints): New entry. | Corinna Vinschen | 2009-05-14 | 4 | -5/+49 |
| | | | | | | | * faq-using.xml (faq.using.directory-structure): Align example to latest mount output. * pathnames.sgml (mount-table): Add note about upgrade helper scripts to create /etc/fstab and /etc/fstab.f/${USER}. | ||||
* | * new-features.sgml: Add automounting of /, /usr/bin, and /usr/lib. | Corinna Vinschen | 2009-05-14 | 3 | -9/+36 |
| | | | | | | | | * pathnames.sgml (pathnames-intro): Be more verbose about POSIX and Win32 paths. (mount-table): Add "auto" flag. Add a paragraph about /usr/bin and /usr/lib. (pathnames-mount-ex): Enhance flags output. | ||||
* | cygwin ChangeLog | Christopher Faylor | 2009-05-14 | 2 | -21/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-05-13 Corinna Vinschen <corinna@vinschen.de> Christopher Faylor <me+cygwin@cgf.cx> * mount.cc (mount_info::got_usr_bin): Define. (mount_info::got_usr_lib): Ditto. (mount_info::root_idx): Ditto. (mount_info::create_root_entry): Create root entry as immutable and flag as automatic. (mount_info::init): Remove "Huh? No /etc/fstab..." warning. Unconditionally call from_fstab for user and system tables. Fill in /usr/bin and /usr/lib if they have not been specified in /etc/fstab. (oopts): Alphabetize. Add "override" option to allow overriding immutable mount points. (mount_info::add_item): Accommodate new MOUNT_IMMUTABLE flag intended for root mount. (mount_info::add_item): Detect "/usr/bin", "/usr/lib", and "/" and set appropriate global state. (fillout_mntent): Add ,auto to mount points added by Cygwin DLL. (mount): Remove masking of MOUNT_SYSTEM. Allow user to shoot themselves. Add comment. * mount.h (mount_info::got_usr_bin): Declare. (mount_info::got_usr_lib): Ditto. (mount_info::root_idx): Ditto. * include/sys/mount.h: Reformat enum. Add MOUNT_{OVERRIDE,IMMUTABLE,AUTOMATIC}. doc ChangeLog 2009-05-13 Corinna Vinschen <corinna@vinschen.de> Christopher Faylor <me+cygwin@cgf.cx> * pathnames.sgml (mount-table): Sort mount options and add override option. Add description of root mount handling. utils ChangeLog 2009-05-13 Corinna Vinschen <corinna@vinschen.de> Christopher Faylor <me+cygwin@cgf.cx> * mount.cc (oopts): Sort. Add override option. Add dummy "auto" option for consistency. (mount_entries): Avoid adding auto-mounted entries to -m output. * utils.sgml: Sort mount options. Add description of override option. | ||||
* | * pathnames.sgml (pathnames-unusual): Talk about using UTF-8 in C | Corinna Vinschen | 2009-05-13 | 3 | -4/+18 |
| | | | | | locale. * setup2.sgml (setup-locale-problems): Ditto. | ||||
* | * faq-setup.xml: Fix entry explaing how the homedir is evaluated | Corinna Vinschen | 2009-05-06 | 2 | -4/+6 |
| | | | | according to recent change. | ||||
* | * setup2.sgml (setup-locale-console): New section to explain | Corinna Vinschen | 2009-04-07 | 7 | -19/+85 |
| | | | | | | | | console character set setting. * faq: Throughout, change references to User's Guide to references to 1.7 User's Guide temporarily. * faq-setup.html (faq.using.unicode): Rephrase slightly. (faq.using.weirdchars): New FAQ entry for console charset problems. | ||||
* | * new-features.sgml (ov-new1.7-posix): Remove JIS from supported | Corinna Vinschen | 2009-04-06 | 3 | -4/+9 |
| | | | | | charsets. * setup2.sgml (setup-locale-charsetlist): Ditto. | ||||
* | * setup2.sgml (setup-locale-problems): Change title to be more clear | Corinna Vinschen | 2009-04-06 | 2 | -1/+6 |
| | | | | when referencing this section. | ||||
* | * Various syntactical and semantical fixes throughout. | Corinna Vinschen | 2009-04-03 | 10 | -179/+193 |
| | |||||
* | * faq-using.xml (faq.using.symlinkstoppedworking): Rename. | Corinna Vinschen | 2009-04-01 | 3 | -11/+37 |
| | | | | | (faq.using.ipv6): New IPv6 FAQ. * gdb.sgml: Remove incorrect statement about Insight. | ||||
* | * setup2.sgml (setup-locale-problems): Fix an incomplete sentence. | Corinna Vinschen | 2009-03-31 | 2 | -3/+8 |
| | |||||
* | * faq-using.xml (faq.using.unicode): Modernize. | Corinna Vinschen | 2009-03-31 | 3 | -38/+35 |
| | | | | (faq.api.symlinkstoppedworking): Move here from faq-api.xml. | ||||
* | * faq-using.xml (faq.using.bloda): Update with new entries. | Dave Korn | 2009-03-30 | 2 | -2/+20 |
| | |||||
* | * cygwinenv.sgml: Add text to explain new UTF-16 symlinks. | Corinna Vinschen | 2009-03-26 | 7 | -17/+67 |
| | | | | | | | | | | * faq-api.xml: Add FAQ entry "Why do some of my old symlinks don't work anymore?" * new-features.sgml: Fix symlink text. Add new UTF-16 symlinks. * overview2.sgml: Add text about new UTF-16 symlinks and potential problems with old symlinks. * pathnames.sgml: Fix typo. * setup2.sgml: Extend text about problems with symlinks. | ||||
* | * new-features.sgml: Replace GB2312 with GBK. | Corinna Vinschen | 2009-03-26 | 3 | -2/+7 |
| | | | | * setup2.sgml: Ditto. | ||||
* | * pathnames.sgml: Add a note that ASCII SO handling isn't foolproof | Corinna Vinschen | 2009-03-25 | 2 | -1/+11 |
| | | | | under all circumstances. | ||||
* | * new-features.sgml: Add missing GB2312 and eucKR character sets. | Corinna Vinschen | 2009-03-25 | 5 | -11/+352 |
| | | | | | | | | | | * pathnames.sgml: Change "DOS devices" title to "Invalid filenames" and rephrase that section. Add section "Filenames with unusual (foreign) characters". Fix an emphasis. * setup-net.sgml: Integrate setup-locale section. * setup2.sgml: Add locale variables to section "Environment Variables". Add section "Internationalization". | ||||
* | * new-features.sgml: Add section about chaged (no)winsymlink default. | Corinna Vinschen | 2009-03-24 | 2 | -0/+8 |
| | |||||
* | * cygwinenv.sgml: Move "codepage:xxx" to the removed options section. | Corinna Vinschen | 2009-03-24 | 3 | -28/+39 |
| | | | | | Change text accordingly. * new-features.sgml: Try to explain new way to define character sets. | ||||
* | * cygwin-ug-net.in.sgml: Update date. | Corinna Vinschen | 2009-03-18 | 5 | -4/+292 |
| | | | | | | | | * cygwinenv.sgml: Fix codepage:utf8 text in terms of setting environment variables. * new-features.sgml: New file describing new Cygwin 1.7 features. Layout is preliminiary only. * overview.sgml: Insert content of new-features.sgml. | ||||
* | * overview2.sgml: Remove reference to CYGWIN=binmode. | Corinna Vinschen | 2009-03-18 | 3 | -44/+102 |
| | | | | | | | * textbinary.sgml: Ditto. Rephrase certain paragraphs to match Cygwin 1.7 behaviour. Add popen(3) and pipe(2) behaviour. Make quite clear that binmode is preferred. Add *mode.o files to description for developers. | ||||
* | * pathnames.sgml: Try to be more clear explain raw devices. | Corinna Vinschen | 2009-03-09 | 2 | -22/+61 |
| | |||||
* | * faq-using.xml: Rework UTF FAQ to accommodate latest setlocale | Corinna Vinschen | 2009-03-03 | 2 | -5/+19 |
| | | | | change in newlib. | ||||
* | * pathnames.sgml: Remove reference to managed mountpoints in mount | Corinna Vinschen | 2009-03-03 | 2 | -4/+9 |
| | | | | entry example. | ||||
* | * faq-using.xml: Rework XEmacs FAQ. | Corinna Vinschen | 2009-02-23 | 2 | -4/+41 |
| | |||||
* | * faq-using.xml: Fix usage of ampersand in NT emacs script. | Corinna Vinschen | 2009-02-14 | 2 | -1/+5 |
| | |||||
* | * faq-using.xml: Expand Emacs entries. | Corinna Vinschen | 2009-02-14 | 2 | -25/+91 |
| | |||||
* | * overview.sgml: Fix 1.7 release date. | Corinna Vinschen | 2009-02-13 | 3 | -2/+6 |
| | |||||
* | * cygwin-api.in.sgml: Fix API section layout. | Corinna Vinschen | 2009-02-13 | 2 | -2/+5 |
| | |||||
* | * pathnames.sgml: Add a cygdrive section. | Corinna Vinschen | 2009-02-13 | 2 | -15/+60 |
| | |||||
* | * pathnames.sgml: Replace "binmode" with new "binary" output of mount. | Corinna Vinschen | 2009-02-13 | 2 | -6/+10 |
| |