aboutsummaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorSaúl Ibarra Corretgé <saghul@gmail.com>2014-12-15 17:55:11 +0100
committerSaúl Ibarra Corretgé <saghul@gmail.com>2014-12-16 08:12:07 +0100
commitd4d1f328583bcadfdc652ec1cab32adef38f0465 (patch)
tree9a0e7a429c12f477ef3a177bfb24c72341fcffbb /docs/src
parenteb986397c1d07e691aa850d5374c45d572024992 (diff)
downloadlibuv-d4d1f328583bcadfdc652ec1cab32adef38f0465.tar.gz
libuv-d4d1f328583bcadfdc652ec1cab32adef38f0465.zip
unix: change uv_cwd not to return a trailing slash
This aligns the behavior with the Windows implementation. PR-URL: https://github.com/libuv/libuv/pull/63 Reviewed-By: Bert Belder <bertbelder@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/misc.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/src/misc.rst b/docs/src/misc.rst
index 3d1b11ca..10c349e9 100644
--- a/docs/src/misc.rst
+++ b/docs/src/misc.rst
@@ -207,6 +207,10 @@ API
Gets the current working directory.
+ .. versionchanged:: 1.1.0
+
+ On Unix the path no longer ends in a slash.
+
.. c:function:: int uv_chdir(const char* dir)
Changes the current working directory.