summaryrefslogtreecommitdiffstats
path: root/winsup/doc/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* Change explicitely to explicitly throughout.Christopher Faylor2009-05-271-0/+4
|
* * setup2.sgml (setup-locale-console): Disable section for now.Corinna Vinschen2009-05-151-0/+4
|
* * faq-setup.xml (faq.setup.upgrade-mountpoints): New entry.Corinna Vinschen2009-05-141-0/+8
| | | | | | | * 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 Vinschen2009-05-141-0/+9
| | | | | | | | * 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 ChangeLogChristopher Faylor2009-05-141-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 CCorinna Vinschen2009-05-131-0/+6
| | | | | locale. * setup2.sgml (setup-locale-problems): Ditto.
* * faq-setup.xml: Fix entry explaing how the homedir is evaluatedCorinna Vinschen2009-05-061-0/+5
| | | | according to recent change.
* * setup2.sgml (setup-locale-console): New section to explainCorinna Vinschen2009-04-071-0/+9
| | | | | | | | 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 supportedCorinna Vinschen2009-04-061-0/+6
| | | | | charsets. * setup2.sgml (setup-locale-charsetlist): Ditto.
* * setup2.sgml (setup-locale-problems): Change title to be more clearCorinna Vinschen2009-04-061-0/+5
| | | | when referencing this section.
* * Various syntactical and semantical fixes throughout.Corinna Vinschen2009-04-031-0/+4
|
* * faq-using.xml (faq.using.symlinkstoppedworking): Rename.Corinna Vinschen2009-04-011-0/+6
| | | | | (faq.using.ipv6): New IPv6 FAQ. * gdb.sgml: Remove incorrect statement about Insight.
* * setup2.sgml (setup-locale-problems): Fix an incomplete sentence.Corinna Vinschen2009-03-311-0/+4
|
* * faq-using.xml (faq.using.unicode): Modernize.Corinna Vinschen2009-03-311-0/+5
| | | | (faq.api.symlinkstoppedworking): Move here from faq-api.xml.
* * faq-using.xml (faq.using.bloda): Update with new entries.Dave Korn2009-03-301-0/+4
|
* * cygwinenv.sgml: Add text to explain new UTF-16 symlinks.Corinna Vinschen2009-03-261-1/+12
| | | | | | | | | | * 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 Vinschen2009-03-261-0/+5
| | | | * setup2.sgml: Ditto.
* * pathnames.sgml: Add a note that ASCII SO handling isn't foolproofCorinna Vinschen2009-03-251-0/+5
| | | | under all circumstances.
* * new-features.sgml: Add missing GB2312 and eucKR character sets.Corinna Vinschen2009-03-251-0/+11
| | | | | | | | | | * 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 Vinschen2009-03-241-0/+4
|
* * cygwinenv.sgml: Move "codepage:xxx" to the removed options section.Corinna Vinschen2009-03-241-0/+6
| | | | | Change text accordingly. * new-features.sgml: Try to explain new way to define character sets.
* * cygwin-ug-net.in.sgml: Update date.Corinna Vinschen2009-03-181-0/+9
| | | | | | | | * 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 Vinschen2009-03-181-0/+8
| | | | | | | * 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 Vinschen2009-03-091-0/+4
|
* * faq-using.xml: Rework UTF FAQ to accommodate latest setlocaleCorinna Vinschen2009-03-031-0/+5
| | | | change in newlib.
* * pathnames.sgml: Remove reference to managed mountpoints in mountCorinna Vinschen2009-03-031-0/+5
| | | | entry example.
* * faq-using.xml: Rework XEmacs FAQ.Corinna Vinschen2009-02-231-0/+4
|
* * faq-using.xml: Fix usage of ampersand in NT emacs script.Corinna Vinschen2009-02-141-0/+4
|
* * faq-using.xml: Expand Emacs entries.Corinna Vinschen2009-02-141-0/+4
|
* * overview.sgml: Fix 1.7 release date.Corinna Vinschen2009-02-131-0/+4
|
* * cygwin-api.in.sgml: Fix API section layout.Corinna Vinschen2009-02-131-0/+4
|
* * pathnames.sgml: Add a cygdrive section.Corinna Vinschen2009-02-131-0/+4
|
* * pathnames.sgml: Replace "binmode" with new "binary" output of mount.Corinna Vinschen2009-02-131-0/+4
|
* * faq-using.xml: First cut on Emacs.Corinna Vinschen2009-02-121-0/+4
|
* * faq-setup.xml: Revamp for Cygwin 1.7.Corinna Vinschen2009-02-121-0/+5
| | | | * faq-using.xml: Ditto.
* * faq-programming.xml: Revamp (mostely) for Cygwin 1.7.Corinna Vinschen2009-02-111-0/+5
| | | | * faq-what.xml: Ditto.
* * Makefile.in (FAQ_SOURCES): Define FAQ sources.Corinna Vinschen2009-02-111-0/+10
| | | | | | | | | (faq/faq.html): Depend on FAQ sources. (faq/faq-nochunks.html): Ditto. * faq-api.xml: Revamp for Cygwin 1.7. * faq-problems.xml: Remove. * faq-sections.xml: Accommodate removal of faq-problems.xml. * faq.xml: Ditto.
* * pathnames.sgml: Rephrase the "Case sensitive filenames" chapterCorinna Vinschen2009-02-031-0/+5
| | | | slightly.
* * pathnames.sgml: Add requirement for world-readability of specialCorinna Vinschen2009-01-241-0/+5
| | | | /etc files.
* * pathnames.sgml: Add section about accessing /etc files.Corinna Vinschen2009-01-241-0/+4
|
* ChangeLog:Corinna Vinschen2009-01-211-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in: Remove --enable-server option. Allways add the cygserver directory to $SUBDIRS. * configure: Regenerate. cygwin/ChangeLog: Remove USE_SERVER define. Accommodate throughout. * configure.in: Remove --enable-server option. * configure: Regenerate. * environ.cc: Remove CYGWIN=server setting. cygserver/ChangeLog: * client.cc (allow_server): Remove variable. (client_request_get_version::client_request_get_version): Drop checking allow_server. utils/ChangeLog: * passwd.c: Remove CYGWIN=server requirement from usage text. doc/ChangeLog: * cygserver.sgml: Remove the "How to use the Cygserver services" section. * cygwinenv.sgml: Move "(no)server" to the removed options section. * faq-programming.xml: Remove CYGWIN=server requirement for running the Cygwin testsuite. * ntsec.sgml: Ditto for using `passwd -R'.
* * gcc.sgml: Use 'bash$' as Cygwin prompt throughout.Corinna Vinschen2008-12-151-0/+6
| | | | | * gdb.sgml: Ditto. * pathnames.sgml: Ditto. Fix the @ expansion example.
* * pathnames.sgml: Convert some backslashes to slashes.Christopher Faylor2008-12-131-0/+4
|
* * pathnames.sgml: New section for /proc/registry. Document registryCorinna Vinschen2008-12-121-0/+5
| | | | name encoding.
* * ntsec.sgml: Fix typo.Corinna Vinschen2008-12-041-0/+4
|
* * ntsec.sgml: Revamp parts of the doc for clearness.Corinna Vinschen2008-12-031-0/+4
|
* * ntsec.sgml: Fix a few typos.Corinna Vinschen2008-12-021-0/+4
|
* * cygserver.sgml: Fix cross reference to the ntsec documentation.Corinna Vinschen2008-12-021-0/+4
|
* * cygserver.sgml: Document new feature to store hidden passwordsCorinna Vinschen2008-12-021-0/+5
| | | | for seteuid.
* * ntsec.sgml: Finishing up changes for 1.7.Corinna Vinschen2008-12-021-0/+4
|