]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2024-02-15 Takashi YanoCygwin: console: Fix a bug that 64th console cannot...
2024-02-15 Takashi YanoCygwin: console: Fix a bug that cannot handle consoles...
2024-02-14 Takashi YanoCygwin: console: Unify EnumWindows() callback functions.
2024-02-14 Takashi YanoCygwin: pty: Make GNU screen and tmux work in ConEmu...
2024-02-14 Corinna VinschenCygwin: accommodate gcc -Og option
2024-02-13 Corinna VinschenCygwin: find_fast_cwd: don't run assembler checking...
2024-02-13 Takashi YanoCygwin: console: Fix a problem that minor ID is incorre...
2024-02-13 Takashi YanoCygwin: console: Make VMIN and VTIME work.
2024-02-13 Takashi YanoCygwin: pty: Fix potential handle leak regarding CallNa...
2024-02-13 Takashi YanoCygwin: pty: Fix handle leak in master process.
2024-02-12 Corinna Vinscheninclude/ansidecl.h: import from binutils-gdb
2024-02-12 Corinna VinschenCygwin: dumper: use void* in place of PTR
2024-02-05 Corinna Vinschengetlocalename_l: fix _reent for _REENT_SMALL targets
2024-02-03 Corinna VinschenCygwin: fix typo in winjitdebug description
2024-02-03 Corinna VinschenCygwin: document new winjitdebug option
2024-02-03 Corinna VinschenCygwin: reorder list of CYGWIN env var options alphabet...
2024-02-03 Johannes SchindelinCygwin: Do not show Error dialogs by default
2024-02-03 Takashi YanoCygwin: net: Make if_nametoindex, etc. consistent with...
2024-02-03 Takashi YanoCygwin: Document recent bug fix in release note.
2024-02-02 Takashi YanoCygwin: console: Avoid slipping past disable_master_thr...
2024-02-02 Takashi YanoCygwin: console: Fix exit code for non-cygwin process.
2024-02-01 Corinna VinschenCygwin: ps: avoid long lines on tty
2024-02-01 Corinna VinschenCygwin: ps: make sure later format flags override earli...
2024-02-01 Corinna VinschenCygwin: CW_CMDLINE_ALLOC: fix a pontentially undefined...
2024-02-01 Corinna VinschenCygwin: document showing command line on ps -f
2024-01-31 Corinna VinschenCygwin: implement setproctitle topic/3.6 github/topic/3.6
2024-01-31 Corinna VinschenCygwin: commune_process: don't use IsBadStringPtr
2024-01-31 Corinna VinschenCygwin: globals: make __progname an alias of program_in...
2024-01-31 Corinna VinschenCygwin: cygwin_GetCommandLineW/A: don't rely on __argv...
2024-01-31 Corinna VinschenCygwin: ps -f: output command line
2024-01-31 Corinna VinschenCygwin: redefine CW_CMDLINE to CW_CMDLINE_ALLOC
2024-01-31 Corinna VinschenCygwin: pinfo: use stpcpy where appropriate
2024-01-31 Corinna Vinschensys/stat.h: drop __INSIDE_CYGWIN__ guards
2024-01-31 Corinna VinschenCygwin: posix_getdents: implement per SUS Base Specific...
2024-01-31 Corinna VinschenCygwin: devices.h: drop useless mode check
2024-01-31 Corinna VinschenCygwin: dirent.h: make definition of struct __DIR opaque
2024-01-31 Corinna VinschenCygwin: implement fdclosedir
2024-01-31 Corinna VinschenCygwin: implement dirent.d_reclen
2024-01-31 Corinna VinschenCygwin: export getlocalename_l
2024-01-31 Corinna Vinschengetlocalename_l: implement per SUS Base Specifications...
2024-01-31 Corinna VinschenCygwin: path: convert symlink_info to class
2024-01-31 Corinna VinschenCygwin: files: slightly simplify suffix handling
2024-01-31 Corinna VinschenCygwin: bump DLL version to 3.6.0 cygwin-3.6.0-dev
2024-01-31 Christian FrankeHide itoa, utoa, __itoa and __utoa in stdlib.h on Cygwi... cygwin-3.5.0
2024-01-29 Corinna VinschenCygwin: machine/_arc4random.h: Fix copy/paste bug
2024-01-29 Christian Frankessp: add support for _FORTIFY_SOURCE=3
2024-01-29 Corinna VinschenCygwin: fix arc4random after fork(2)
2024-01-29 Corinna VinschenCygwin: redefine how to recognize forkee state
2024-01-25 Jon TurneyCygwin: Add a timeout to ensure we don't wait forever...
2024-01-24 Mike Frysingerlibgloss: start a MAINTAINERS file
2024-01-24 Takashi YanoCygwin: pthread: Fix handle leak in pthread_once.
2024-01-23 Jon TurneyCygwin: Don't terminate via dumper
2024-01-23 Mike Frysingerlibgloss: merge cr16 into top-level Makefile
2024-01-23 Neal Fragerconfigure.ac: configurable tooldir install path
2024-01-23 Dimitar Dimitrovlibgloss: pru: Trim crt0-minrt.o
2024-01-23 Dimitar Dimitrovlibgloss: merge pru into top-level Makefile
2024-01-23 Corinna VinschenCygwin: seekdir: don't set errno
2024-01-23 Mike Frysingernewlib: docs: add "Function " to every function node
2024-01-23 Mike Frysingernewlib: docs: print the function index
2024-01-23 Mike Frysingerlibgloss: doc: unify duplicate copyright/license content
2024-01-23 Mike Frysingerlibgloss: doc: fix dir info entry usage
2024-01-22 Jeff JohnstonAdd Dimitar Dimitrov as maintainer for pru
2024-01-20 Mike Frysingerlibgloss: xc16x: drop old stub port
2024-01-20 Mike Frysingerlibgloss: merge microblaze into top-level Makefile
2024-01-20 Mike Frysingerlibgloss: microblaze: use port-specific sbrk
2024-01-20 Mike Frysingerlibgloss: merge tic6x into top-level Makefile
2024-01-20 Mike Frysingerlibgloss: merge sparc_leon into top-level Makefile
2024-01-20 Mike Frysingerlibgloss: sparc_leon: workaround newer newlib pthread...
2024-01-20 Mike Frysingerlibgloss: merge sparc into top-level Makefile
2024-01-20 Mike Frysingerlibgloss: sparc: always install erc32 sim files
2024-01-20 Mike Frysingerlibgloss: merge ft32 into top-level Makefile
2024-01-20 Mike Frysingerlibgloss: ft32: delete unused/invalid assembly file
2024-01-20 Mike Frysingerlibgloss: merge fr30 into top-level Makefile
2024-01-20 Mike Frysingerlibgloss: merge or1k into top-level Makefile
2024-01-20 Mike Frysingerlibgloss: merge epiphany into top-level Makefile
2024-01-20 Mike Frysingerlibgloss: xtensa: fix CPPFLAGS clobbering
2024-01-20 Mike Frysingerlibgloss: merge visium into top-level Makefile
2024-01-20 Mike Frysingerlibgloss: visium: fix sbrk search path
2024-01-20 Mike Frysingerlibgloss: merge m32r into top-level Makefile
2024-01-20 Mike Frysingerlibgloss: merge rl78 into top-level Makefile
2024-01-20 Mike Frysingerlibgloss: merge rx into top-level Makefile
2024-01-20 Mike Frysingerlibgloss: merge xstormy16 into top-level Makefile
2024-01-20 Mike Frysingerlibgloss: merge nds32 into top-level Makefile
2024-01-20 Mike Frysingerlibgloss: merge mcore into top-level Makefile
2024-01-20 Mike Frysingerlibgloss: merge mn10200 into top-level Makefile
2024-01-20 Mike Frysingerlibgloss: merge mn10300 into top-level Makefile
2024-01-20 Mike Frysingerlibgloss: merge i386 into top-level Makefile
2024-01-20 Mike Frysingerlibgloss: merge frv into top-level Makefile
2024-01-20 Mike Frysingerlibgloss: merge msp430 into top-level Makefile
2024-01-20 Mike Frysingerlibgloss: msp430: delete custom .S.o rule
2024-01-20 Mike Frysingerlibgloss: msp430: split up crt0.S source
2024-01-20 Mike Frysingerlibgloss: msp430: delete stub crt_init.o
2024-01-20 Mike Frysingerlibgloss: msp430: delete outdated/wrong code
2024-01-20 Mike Frysingerlibgloss: add per-file & per-dir flag support
2024-01-20 Mike Frysingerlibgloss: add some objcopy/objdump build rules
2024-01-20 Mike Frysingerlibgloss: check for objcopy & objdump properly
2024-01-19 Corinna VinschenCygwin: remove warnings from testsuite build
2024-01-19 Corinna Vinschenfputwc: call __fputwc directly
2024-01-19 Corinna Vinschenmemccpy: fix pointer assignment
2024-01-19 Corinna VinschenORIENT: avoid "expression has no effect" warning
next
This page took 0.058233 seconds and 5 git commands to generate.