public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
[newlib-cygwin] Cygwin: tags: drop _EXFUN regex
 2018-03-18 20:04 UTC 

[newlib-cygwin] Cygwin: AF_UNIX: Use spinlock rather than SRWLOCKs
 2018-03-18 20:04 UTC 

[newlib-cygwin] Revert "ctype: align size of category bit fields to small targets needs"
 2018-03-14 10:53 UTC 

[newlib-cygwin] ctype: align size of category bit fields to small targets needs
 2018-03-14  9:42 UTC 

[newlib-cygwin] Cygwin: mark muto object as NO_COPY
 2018-03-12 21:13 UTC 

[newlib-cygwin] Cygwin: AF_UNIX: store per-socket info in shared memory
 2018-03-12 14:26 UTC 

[newlib-cygwin] Cygwin: AF_UNIX: fix up thread parameter block allocation
 2018-03-12  9:22 UTC 

[newlib-cygwin] Cygwin: AF_UNIX: use get_unique_id to create pipe name
 2018-03-12  9:22 UTC 

[newlib-cygwin] Cygwin: AF_UNIX: fix creating abstract socket symlink name
 2018-03-12  9:21 UTC 

[newlib-cygwin] Cygwin: AF_UNIX: fix dup
 2018-03-12  9:21 UTC 

[newlib-cygwin] Cygwin: AF_UNIX: Add fixup_after_exec method
 2018-03-12  9:21 UTC 

[newlib-cygwin] Cygwin: don't skip O_TMPFILE files in readdir
 2018-03-09 20:15 UTC 

[newlib-cygwin] Cygwin: AF_UNIX: Implemant socketpair
 2018-03-09 13:20 UTC 

[newlib-cygwin] Cygwin: fix socketpair prototype
 2018-03-09 13:20 UTC 

[newlib-cygwin] describe new locale modifier @cjkwide for user guide
 2018-03-08  7:55 UTC 

[newlib-cygwin] Cygwin: reorder read/write calls in fhandler_socket_unix
 2018-03-07 20:57 UTC 

[newlib-cygwin] Cygwin: AF_UNIX: implement getsockopt SO_RCVBUF/SO_SNDBUF
 2018-03-07 20:57 UTC 

[newlib-cygwin] Cygwin: AF_UNIX: Implement read, readv, recvfrom, write, writev, sendto
 2018-03-07 20:57 UTC 

[newlib-cygwin] Cygwin: AF_UNIX: define AF_UNIX_CONNECT_TIMEOUT
 2018-03-07 20:57 UTC 

[newlib-cygwin] Cygwin: Define FSCTL_PIPE_FLUSH
 2018-03-07 20:57 UTC 

[newlib-cygwin] Cygwin: AF_UNIX: fix creation of npfs handle
 2018-03-07 15:24 UTC 

[newlib-cygwin] Cygwin: AF_UNIX: fix comments and move a macro
 2018-03-07 15:24 UTC 

[newlib-cygwin] Cygwin: AF_UNIX: fix accept behaviour
 2018-03-07 15:24 UTC 

[newlib-cygwin] Cygwin: AF_UNIX: make sure connect wait thread is cleanly interruptible
 2018-03-07 15:24 UTC 

[newlib-cygwin] Cygwin: AF_UNIX: some pipe errors may have multiple status codes
 2018-03-07 15:24 UTC 

[newlib-cygwin] Cygwin: AF_UNIX: fix SEGV when sending an empty socket name from connect
 2018-03-07 15:24 UTC 

[newlib-cygwin] Cygwin: AF_UNIX: Add create_event helper and use throughout
 2018-03-07 15:24 UTC 

[newlib-cygwin] Cygwin: export hires counter ntod
 2018-03-06 18:11 UTC 

[newlib-cygwin] Cygwin: AF_UNIX: create/open pipes relativ to NPFS rootdir handle
 2018-03-06 18:11 UTC 

[newlib-cygwin] Cygwin: AF_UNIX: initialize rmem/wmem to 256K and use in pipe creation
 2018-03-06 18:11 UTC 

[newlib-cygwin] Cygwin: sys/socket.h: define MSG_CMSG_CLOEXEC
 2018-03-06 18:11 UTC 

[newlib-cygwin] Cygwin: AF_UNIX: fix a couple of thinkos and typos
 2018-03-06 18:11 UTC 

[newlib-cygwin] Cygwin: AF_UNIX: Implement listen, accept4, connect, and others
 2018-03-06 18:11 UTC 

[newlib-cygwin] Cygwin: ntdll.h: Add some missing pipe-related definitions
 2018-03-06 18:11 UTC 

[newlib-cygwin] Cygwin: move sun_name_t constructors into fhandler_socket_unix.cc
 2018-03-05 17:09 UTC 

[newlib-cygwin] Cygwin: sockets: add bind state, and split out connect state to allow atomic operation
 2018-03-05 17:01 UTC 

[newlib-cygwin] Cygwin: cygwait.cc: fix formatting of debug statement
 2018-03-05 17:00 UTC 

[newlib-cygwin] Cygwin: drop debug_printf statement from start_transaction
 2018-03-05 17:00 UTC 

[newlib-cygwin] Cygwin: AF_UNIX: create pipes with file attribute R/W access
 2018-03-05 14:19 UTC 

[newlib-cygwin] Cygwin: accept4: Fix resource leak
 2018-03-05 14:19 UTC 

[newlib-cygwin] Cygwin: AF_UNIX: drop try/except block in bind method
 2018-03-05 14:19 UTC 

[newlib-cygwin] Cygwin: remove outdated comment
 2018-03-02 17:22 UTC 

[newlib-cygwin] Cygwin: ntdll.h: add definitions required for pipe-based AF_UNIX
 2018-03-02 17:18 UTC 

[newlib-cygwin] Cygwin: fhandler_socket_unix: implement socket, bind, and close
 2018-03-02 17:18 UTC 

[newlib-cygwin] Cygwin: drop CYGWIN_SOCKET_UUID, define CYGWIN_SOCKET_GUID as GUID pointer
 2018-03-02 17:18 UTC 

[newlib-cygwin] Cygwin: add transform_chars_af_unix helper
 2018-03-02 17:18 UTC 

[newlib-cygwin] Cygwin: small_s[w]printf: add '_' modifier to print lower case hex digits
 2018-03-02 17:18 UTC 

[newlib-cygwin] Cygwin: fhandler_socket_unix: store peer credentials in ucred member
 2018-03-01 17:31 UTC 

[newlib-cygwin] Cygwin: path.cc: clean up includes
 2018-03-01 17:31 UTC 

[newlib-cygwin] Cygwin: move transaction helpers into ntdll.h
 2018-03-01 17:31 UTC 

[newlib-cygwin] Cygwin: improve storage and handling of AF_UNIX socket path
 2018-03-01 17:31 UTC 

[newlib-cygwin] Cygwin: ntdll.h: drop macros available in mingw-w64 headers
 2018-03-01 17:31 UTC 

[newlib-cygwin] Cygwin: cleanup header including within network-releated files
 2018-03-01 17:31 UTC 

[newlib-cygwin] Cygwin: path_conv: rename is_rep_symlink to is_known_reparse_point
 2018-03-01 17:31 UTC 

[newlib-cygwin] Cygwin: convert sun_name_t into class
 2018-03-01 17:31 UTC 

[newlib-cygwin] Cygwin: add AF_UNIX reparse points to path handling
 2018-03-01 17:31 UTC 

[newlib-cygwin] Cygwin: sockets: Fix fstat on unnamed sockets
 2018-02-27 14:31 UTC 

[newlib-cygwin] Created tag newlib-snapshot-20180226
 2018-02-26 23:49 UTC 

[newlib-cygwin] Cygwin: reduce size of fhandler_cygdrive
 2018-02-26 19:40 UTC 

[newlib-cygwin] Cygwin: sockets: Add missing cleanup if socket/socketpair creation fails
 2018-02-26 17:02 UTC 

[newlib-cygwin] Cygwin: sockets: move type and proto checks into fhandler_socket classes
 2018-02-26 16:59 UTC 

[newlib-cygwin] Cygwin: fhandler_socket_unix: Tiny cleanup
 2018-02-26 16:59 UTC 

[newlib-cygwin] Cygwin: fhandler_socket: define socketpair as virtual function
 2018-02-26 16:59 UTC 

[newlib-cygwin] doc/faq-using.xml: Add BeyondTrust and Cylance to BLODA
 2018-02-23 20:35 UTC 

[newlib-cygwin] Cygwin: Introduce FH_SOCKET for generic socket file ops
 2018-02-23 20:02 UTC 

[newlib-cygwin] Cygwin: Create empty fhandler_socket_unix
 2018-02-23 20:02 UTC 

[newlib-cygwin] Cygwin: fix upcalls in some fhandler_socket_local methods
 2018-02-23 20:02 UTC 

[newlib-cygwin] Cygwin: Define SO_PASSCRED and SCM_CREDENTIALS
 2018-02-23 20:02 UTC 

[newlib-cygwin] Cygwin: eliminate unused fhandler method hclose
 2018-02-23 14:24 UTC 

[newlib-cygwin] Cygwin: encapsulate Winsock based fhandler_socket classes
 2018-02-23 14:24 UTC 

[newlib-cygwin] Cygwin: fix fhandler_socket_local::fchmod
 2018-02-23 12:35 UTC 

[newlib-cygwin] Cygwin: socket.h: Add SIOCINQ, equivalent to FIONREAD
 2018-02-23 12:34 UTC 

[newlib-cygwin] Cygwin: drop unused device nodes and clean up socket devices
 2018-02-23 12:34 UTC 

[newlib-cygwin] Cygwin: fhandler_socket: Add derived ioctl methods
 2018-02-22 16:01 UTC 

[newlib-cygwin] Cygwin: fhandler_socket: Move select functions into derived classes
 2018-02-22 16:01 UTC 

[newlib-cygwin] Cygwin: fhandler_socket: Add derived fcntl methods
 2018-02-22 16:01 UTC 

[newlib-cygwin] Cygwin: fhandler_socket: Rearrange methods
 2018-02-22 16:01 UTC 

[newlib-cygwin] Cygwin: make socketpair an AF_LOCAL-only method
 2018-02-22 16:00 UTC 

[newlib-cygwin] Cygwin: fhandler_socket: Move shutdown and close methods into derived classes
 2018-02-22 16:00 UTC 

[newlib-cygwin] doc/ntsec.xml: Fix typo
 2018-02-21 21:42 UTC 

[newlib-cygwin] Cygwin: fix whitespaces in socket code
 2018-02-21 21:01 UTC 

[newlib-cygwin] Cygwin: inline get_socket_flags()
 2018-02-21 21:01 UTC 

[newlib-cygwin] Cygwin: split out fhandler_socket into inet and local classes
 2018-02-21 20:40 UTC 

[newlib-cygwin] Cygwin: net.cc: drop redundant declarations
 2018-02-20 17:15 UTC 

[newlib-cygwin] Cygwin: set/getsockopt: Move implementation into fhandler_socket class
 2018-02-20 17:02 UTC 

[newlib-cygwin] Cygwin: clean error mapping
 2018-02-20 17:02 UTC 

[newlib-cygwin] Cygwin: Make sure fraction of seconds constants enforce 64 bit computation
 2018-02-20 14:07 UTC 

[newlib-cygwin] Cygwin: fix declaration of fhandler_socket::socketpair
 2018-02-16 16:38 UTC 

[newlib-cygwin] Cygwin: fix utils path handling in case cygdrive path is just '/'
 2018-02-16 16:21 UTC 

[newlib-cygwin] Cygwin: net: Improve standars conformance comments
 2018-02-16 15:57 UTC 

[newlib-cygwin] Cygwin: fhandler_socket: Add :: to potentially colliding WinSock calls
 2018-02-16 15:42 UTC 

[newlib-cygwin] Cygwin: socketpair: Move socketpair creation inside fhandler_socket class
 2018-02-16 15:42 UTC 

[newlib-cygwin] Cygwin: sockets: move common settings into set_socket_handle()
 2018-02-16 15:41 UTC 

[newlib-cygwin] Cygwin: socket: move socket creation inside fhandler_socket class
 2018-02-14 21:22 UTC 

[newlib-cygwin] Cygwin: improve O_TMPFILE handling
 2018-02-14 11:55 UTC 

[newlib-cygwin] Cygwin: improve a comment in fhandler_socket::getsockname
 2018-02-14  9:54 UTC 

[newlib-cygwin] Cygwin: fix file-related functions on unix sockets
 2018-02-14  9:54 UTC 

[newlib-cygwin] Cygwin: Drop HZ usage in favor of MSPERSEC and CLOCKS_PER_SEC
 2018-02-12 21:58 UTC 

[newlib-cygwin] Cygwin: Define MSPERSEC and fix USPERSEC comment
 2018-02-12 21:58 UTC 

[newlib-cygwin] Cygwin: /proc/<pid>/stat: Fix time handling
 2018-02-12 21:58 UTC 

[newlib-cygwin] Cygwin: Fix x86 compiler warning
 2018-02-07 16:36 UTC 

[newlib-cygwin] Cygwin: sockets: Handle SO_RCVTIMEO and SO_SNDTIMEO
 2018-02-07 15:18 UTC 

[newlib-cygwin] Cygwin: setsockopt/getsockopt: Add missing optlen checks
 2018-02-07 15:18 UTC 

[newlib-cygwin] Cygwin: Cleanup time handling
 2018-02-07 12:07 UTC 

[newlib-cygwin] Cygwin: setsockopt/getsockopt: Clean up code
 2018-02-06 17:42 UTC 

[newlib-cygwin] Cygwin: bindresvport: Guard prototypes with __MISC_VISIBLE
 2018-02-05 20:07 UTC 

[newlib-cygwin] Cygwin: Use SO_EXCLUSIVEADDRUSE
 2018-02-05 20:07 UTC 

[newlib-cygwin] Cygwin: bindresvport: Try hard to find unused port
 2018-02-05 20:07 UTC 

[newlib-cygwin] Cygwin: bindresvport: check correctness of address family
 2018-02-05 20:07 UTC 

[newlib-cygwin] Cygwin: bindresvport_sa: Ignore incoming port number
 2018-02-05 20:07 UTC 

[newlib-cygwin] Cygwin: bump version to 2.10.1
 2018-02-02 14:32 UTC 

[newlib-cygwin] Created tag cygwin-2_10_0-release
 2018-02-02 14:02 UTC 

[newlib-cygwin] Define internal function mythreadname() -- revised
 2018-01-24 10:02 UTC 

[newlib-cygwin] cygwin: 2.10.0 release text: fix formatting
 2018-01-22 14:32 UTC 

[newlib-cygwin] cygwin: Declare pthread_rwlock_timedrdlock, pthread_rwlock_timedwrlock
 2018-01-22 14:04 UTC 

[newlib-cygwin] cygwin: update docs for 2.10.0
 2018-01-19 19:19 UTC 

[newlib-cygwin] cygwin: add catopen, catgets, catclose
 2018-01-19 19:19 UTC 

[newlib-cygwin] cygwin: add gencat tool
 2018-01-19 19:19 UTC 

[newlib-cygwin] cygwin: remove inclusion of <sys/time.h> from <sys/socket.h>
 2018-01-19 18:08 UTC 

[newlib-cygwin] cygwin: make <sys/socket.h> completely visible from <netinet/in.h>
 2018-01-19 18:08 UTC 

[newlib-cygwin] Created tag newlib-3.0.0
 2018-01-18 18:27 UTC 

[newlib-cygwin] Created tag newlib-snapshot-20180118
 2018-01-18 18:11 UTC 

[newlib-cygwin] ansification: remove _EXFUN, _EXFUN_NOTHROW
 2018-01-17 17:50 UTC 

[newlib-cygwin] ansification: remove _PARAMS
 2018-01-17 17:49 UTC 

[newlib-cygwin] ansification: remove _PTR
 2018-01-17 17:49 UTC 

[newlib-cygwin] ansification: remove _CONST
 2018-01-17 17:48 UTC 

[newlib-cygwin] cygwin: add asm/bitsperlong.h, dummy asm/posix_types.h headers
 2018-01-17  9:15 UTC 

[newlib-cygwin] cygwin: add LFS_CFLAGS etc. to confstr/getconf
 2018-01-16 18:13 UTC 

[newlib-cygwin] cleanup winsup/doc/etc.{postinstall, preremove}.cygwin-doc.sh quote test variables, correct utility p
 2017-12-22 19:23 UTC 

[newlib-cygwin] winsup/doc/etc.postinstall.cygwin-doc.sh fix shell variable typo
 2017-12-22 19:23 UTC 

[newlib-cygwin] Created tag newlib-snapshot-20171222
 2017-12-22 19:15 UTC 

[newlib-cygwin] cygwin: block devices: fix file offset after short writes
 2017-12-19 17:58 UTC 

[newlib-cygwin] Cygwin: document sigtimedwait and ftell{o} patch
 2017-12-18 19:21 UTC 

[newlib-cygwin] winsup: Belatedly add Mark Geisert to CONTRIBUTORS
 2017-12-18 18:47 UTC 

[newlib-cygwin] Cygwin: rearrange sigwait functions, convert sigwait_common to inline
 2017-12-18 18:47 UTC 

[newlib-cygwin] Cygwin: Implement sigtimedwait
 2017-12-18 18:47 UTC 

[newlib-cygwin] cygwin: add mmap fork fix to 2.10.0 release test
 2017-12-10 13:32 UTC 

[newlib-cygwin] cygwin: mmap: fix a fork failure with private, anonymous mappings
 2017-12-10 13:15 UTC 

[newlib-cygwin] cygwin: mmap: fix comment and formatting, drop unused code
 2017-12-10 13:15 UTC 

[newlib-cygwin] cygwin: Improve discussion of linker library ordering in faq-programming
 2017-12-08 12:11 UTC 

[newlib-cygwin] cygwin: doc: cleanup cygutils info
 2017-12-05 16:59 UTC 

[newlib-cygwin] cygwin: document %l[ and bump API minor
 2017-12-01 17:22 UTC 

[newlib-cygwin] cygwin: Document latest changes, bump API minor
 2017-11-30 20:57 UTC 

[newlib-cygwin] cygwin: [w]mempcpy: fix global symbol
 2017-11-30 20:35 UTC 

[newlib-cygwin] cygwin: x86_64: implement mempcpy/wmempcpy in assembler
 2017-11-30 20:22 UTC 

[newlib-cygwin] cygwin: export wmempcpy
 2017-11-30 10:07 UTC 

[newlib-cygwin] cygwin: add Object Size Checking to sys/socket.h
 2017-11-30 10:07 UTC 

[newlib-cygwin] cygwin: add Object Size Checking to sys/poll.h
 2017-11-30 10:07 UTC 

[newlib-cygwin] cygwin: create libssp compatibility import library
 2017-11-29 17:27 UTC 

[newlib-cygwin] cygwin: export SSP functions
 2017-11-29 17:27 UTC 

[newlib-cygwin] cygserver: remove all asserts on "this"
 2017-11-28 18:08 UTC 

[newlib-cygwin] cygwin: fix getconf after commit 032aa2dba5a5bf90c198d930c8d309b5de57cb47
 2017-11-28 17:36 UTC 

[newlib-cygwin] cygwin: define _POSIX_TIMEOUTS
 2017-11-28 16:27 UTC 

[newlib-cygwin] cygwin: don't allow empty strings in __ASMNAME tags
 2017-11-28 12:31 UTC 

[newlib-cygwin] cygwin: improve _EXFUN tags generation
 2017-11-28 12:26 UTC 

[newlib-cygwin] cygwin: remove accidentally committed debug statments
 2017-11-28 12:12 UTC 

[newlib-cygwin] cygwin: further improve tags generation
 2017-11-28 12:10 UTC 

[newlib-cygwin] Feature test macros overhaul: Cygwin limits.h, part 2
 2017-11-28 10:11 UTC 

[newlib-cygwin] cygwin: cleanup fhandler_socket::release_events
 2017-11-27 13:37 UTC 

[newlib-cygwin] cygwin: improve tags generation
 2017-11-27 13:37 UTC 

[newlib-cygwin] cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__
 2017-11-27 13:37 UTC 

[newlib-cygwin] Cygwin: pipe_data_available: cleanup code
 2017-11-15 20:51 UTC 

[newlib-cygwin] Cygwin: Add FAQ How do I fix find_fast_cwd warnings?
 2017-11-15 13:19 UTC 

[newlib-cygwin] Cygwin: open: Remove unused code to handle HIDDEN and SYSTEM files
 2017-11-14 21:07 UTC 

[newlib-cygwin] Cygwin: link: Simplify an expression
 2017-11-14 20:46 UTC 

[newlib-cygwin] Cygwin: Bump DLL version to 2.10.0, bump API minor to 319
 2017-11-14 20:46 UTC 

[newlib-cygwin] Cygwin: open: cleanup code in preparation of O_TMPFILE
 2017-11-14 20:45 UTC 

[newlib-cygwin] Cygwin: fcntl.h: Define O_TMPFILE and implement it
 2017-11-14 20:45 UTC 

[newlib-cygwin] cygwin: pread: Remove incorrect comment
 2017-11-08 12:36 UTC 

[newlib-cygwin] cygwin: pread() returns non-zero if read beyond EOF
 2017-11-08 12:32 UTC 

[newlib-cygwin] cygwin: fhandler_disk_file::pread: always print debug info on return
 2017-11-08 12:32 UTC 

[newlib-cygwin] cygwin: fix stray semicolon
 2017-11-07 15:34 UTC 

[newlib-cygwin] cygwin: add socket bugfix to release notes
 2017-11-07 15:11 UTC 

[newlib-cygwin] Fix two bugs in the limit of large numbers of sockets:
 2017-11-07 15:08 UTC 

[newlib-cygwin] cygwin: ftruncate64: add missing braces
 2017-11-02 18:18 UTC 

[newlib-cygwin] posix_fallocate() *returns* error codes but does not set errno
 2017-11-02 17:10 UTC 

[newlib-cygwin] posix_fadvise() *returns* error codes but does not set errno
 2017-11-02 17:10 UTC 

[newlib-cygwin] cygwin: add 2.9.1 release messages file
 2017-11-02 17:10 UTC 

[newlib-cygwin] winsup/utils/dump_setup.cc: Remove the function 'base'
 2017-10-25 15:03 UTC 

[newlib-cygwin] cygwin: belatedly bump DLL minor version
 2017-10-18 14:41 UTC 

[newlib-cygwin] cygwin: unlink: improve debug messages in try_to_bin
 2017-10-18 14:29 UTC 

[newlib-cygwin] cygwin: unlink: simplify rootdir handling
 2017-10-18 14:29 UTC 

[newlib-cygwin] cygwin: unlink: Fix typos in comments
 2017-10-18 14:29 UTC 

[newlib-cygwin] cygwin: unlink: workaround NFS non-ability to move file in certain cases
 2017-10-18 14:29 UTC 

[newlib-cygwin] cygwin: unlink: drop redundant check for netapp FS
 2017-10-18 14:29 UTC 

[newlib-cygwin] cygwin: unlink: don't try "final trick" in try_to_bin on NFS
 2017-10-18 14:29 UTC 

[newlib-cygwin] cygwin: unlink: fix "final trick" overwrite method on remote drives
 2017-10-18 14:29 UTC 

[newlib-cygwin] Feature test macros overhaul: Cygwin netdb.h
 2017-10-10 18:52 UTC 

[newlib-cygwin] cygwin: fix gethostbyaddr argument types
 2017-10-10 18:52 UTC 

[newlib-cygwin] cygwin: fix potential buffer overflow in fork
 2017-10-10 14:02 UTC 

[newlib-cygwin] cygwin: fix potential buffer overflow in small_sprintf
 2017-10-10 11:48 UTC 

[newlib-cygwin] cygwin: initialize variable for stack unwinding
 2017-10-09 16:59 UTC 

[newlib-cygwin] cygwin: disable -Wframe-address warning only on GCC 6 or later
 2017-10-09 16:09 UTC 

[newlib-cygwin] cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::fd
 2017-10-09 10:11 UTC 

[newlib-cygwin] cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::pipe_fhandler
 2017-10-09 10:11 UTC 

[newlib-cygwin] cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::kill
 2017-10-09 10:11 UTC 

[newlib-cygwin] cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::environ
 2017-10-09 10:11 UTC 

[newlib-cygwin] cygwin: Remove workaround for GCC 6 null pointer check warnings
 2017-10-09 10:11 UTC 

[newlib-cygwin] cygwin: Remove comparison of 'this' to NULL in _pinfo::exists
 2017-10-09 10:11 UTC 

[newlib-cygwin] cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::commune_request
 2017-10-09 10:11 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).