Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (24m)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (168d) 

2024-05-27 13:00:57 UTC Now

2016-08-07 13:36:09 UTC MAIN commitmail json YAML

Updated devel/libuv to 1.9.1 (ChangeLog in UTF-8, sorted by category)
----------------------------
2016.05.17, Version 1.9.1 (Stable)

Changes since version 1.9.0:
* android: pthread_sigmask() does not set errno (Oguz Bastemur)
* build, mingw: set LIBS in configure.ac (Tony Theodore)
* build,win: rename platform to msbuild_platform (Jo達o Reis)
* build: always compile with -fvisibility=hidden (Ben Noordhuis)
* build: bump android ndk version (K叩ri Tristan Helgason)

* common: release uv_fs_scandir() array (cjihrig)

* darwin: make thread stack multiple of page size (Ben Noordhuis)
* darwin: work around condition variable kernel bug (Ben Noordhuis)

* doc: add ability to live reload and regenerate HTML (Sa炭l Ibarra Corretg辿)

* gitignore: ignore VS temporary database files (Jo達o Reis)

* linux: don't abort on malformed /proc/stat (Ben Noordhuis)
* linux: fix fd leaks in uv_cpu_info() error paths (Ben Noordhuis)
* linux: fix long lines in linux-core.c (Ben Noordhuis)

* Revert "win,build: remove unused build defines" (cjihrig)

* test: fix -Wformat warnings in platform test (Ben Noordhuis)
* test: fix fs_event_watch_file_current_dir for AIX (Imran Iqbal)
* test: fix POLLHDRUP related failures for AIX (Imran Iqbal)
* test: handle root home directories (cjihrig)
* test: set a big send buffer size for tcp_write_queue_order (Andrius Bentkus)
* test: skip early bind tests if no IPv6 is supported (Sa炭l Ibarra Corretg辿)
* test: skip emfile on AIX (Imran Iqbal)
* test: skip fs_event_close_in_callback on AIX (Imran Iqbal)

* unix,fs: code cleanup of uv_fs_event_start for AIX (Imran Iqbal)
* unix: delay signal handling until after normal i/o (Ben Noordhuis)
* unix: error on realpath if PATH_MAX is undefined (Myles Borins)
* unix: fix bug in barrier fallback implementation (K叩ri Tristan Helgason)
* unix: guard against clobbering errno in uv__free() (Ben Noordhuis)
* unix: implement uv__fs_futime for AIX 7.1 (Imran Iqbal)
* unix: remove unneeded SAVE_ERRNO wrappers (Ben Noordhuis)
* unix: use POLL{IN,OUT,etc} constants directly (Ben Noordhuis)
* unix: use system allocator for scandir() (cjihrig)

* win,tty: don't duplicate handle for line reads (Jo達o Reis)
* win,tty: fix read stop in line mode (Jo達o Reis)
* win,tty: restore cursor after canceling line read (Alexis Campailla)

* win: add maxrss, pagefaults to uv_getrusage() (Robert Jefe Lindstaedt)
* win: call uv__fs_scandir_cleanup() (cjihrig)
* win: clarify fsevents handling code (Sa炭l Ibarra Corretg辿)
* win: fix var declaration to be C89 compliant (Michael Fero)
* win: improve uv__convert_utf16_to_utf8 (Sa炭l Ibarra Corretg辿)
* win: remove unneeded condition (Sa炭l Ibarra Corretg辿)
* win: simplified UTF16 -> UTF8 conversions (Sa炭l Ibarra Corretg辿)
* win: work around sharepoint scandir bug (Ben Noordhuis)

(mef)