index
:
delta/gnulib.git
EMACS_21_1_RC
FILEUTILS
SHELLUTILS
TEXTUTILS
akim-fix-upload
akim/relpath
baserock/build-essential
coreutils-8.9
diff-merge
emacs-unicode
emacs-unicode-2
haible-private
karl
lexbind
master
origin
pygnulib
python
stable-202201
stable-202207
stable-202301
topic/libposix
ueno/unicode-9.0.0
git.savannah.gnu.org: git/gnulib.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
glob.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
maint: run 'make update-copyright'
Simon Josefsson
2023-01-01
1
-1
/
+1
*
Rely on new stdbool behavior
Paul Eggert
2022-09-10
1
-1
/
+0
*
glob: port to NetBSD 9.2
Paul Eggert
2022-04-26
1
-1
/
+2
*
glob: sync better with glibc
Paul Eggert
2022-03-30
1
-3
/
+2
*
glob: fix symlink and // issues; improve speed
Paul Eggert
2022-03-23
1
-36
/
+40
*
glob: resolve DT_UNKNOWN via is_dir
DJ Delorie
2022-03-23
1
-1
/
+27
*
maint: run 'make update-copyright'
Paul Eggert
2022-01-01
1
-1
/
+1
*
glob: merge from glibc
Paul Eggert
2021-08-06
1
-21
/
+25
*
glob: Reject ~user syntax, when flag GLOB_TILDE_CHECK is given.
Bruno Haible
2021-04-02
1
-1
/
+18
*
glob: include libc-config.h in a more-standard way
Paul Eggert
2021-02-24
1
-1
/
+1
*
maint: run 'make update-copyright'
Paul Eggert
2020-12-31
1
-1
/
+1
*
glob: merge proposed glibc changes
Paul Eggert
2020-12-31
1
-6
/
+0
*
intprops: Avoid potentially buggy __builtin_add_overflow in GCC 5, 6.
Bruno Haible
2020-12-18
1
-1
/
+1
*
Fix "warning: '__stat64' macro redefined".
Bruno Haible
2020-08-16
1
-2
/
+2
*
glob: Fix use-after-free bug.
Bruno Haible
2020-01-17
1
-2
/
+6
*
maint: Run 'make update-copyright'
Paul Eggert
2019-12-31
1
-1
/
+1
*
glob: Avoid warning on mingw.
Bruno Haible
2019-12-17
1
-0
/
+4
*
glob: get closer to glibc glob.c
Paul Eggert
2019-11-18
1
-25
/
+43
*
maint: Run 'make update-copyright'
Paul Eggert
2019-01-01
1
-1
/
+1
*
glob: Fix over-optimization due to attribute __nonnull__.
Bruno Haible
2018-08-19
1
-0
/
+6
*
glob-h: New module.
Bruno Haible
2018-08-07
1
-0
/
+4
*
glob: Choose 'dirent_type' in a way that works better on mingw.
Bruno Haible
2018-05-12
1
-1
/
+3
*
Simplify code. Drop support for Borland C++ on Windows.
Bruno Haible
2018-05-03
1
-1
/
+1
*
maint: Run 'make update-copyright'
Paul Eggert
2018-01-01
1
-1
/
+1
*
glob.c: Silence warning about void pointer arithmetic
Tim Rühsen
2017-12-15
1
-1
/
+2
*
glob: fix another heap buffer overflow
Paul Eggert
2017-10-21
1
-2
/
+2
*
glob: fix heap buffer overflow
Paul Eggert
2017-10-19
1
-1
/
+1
*
glob: pacify fuzzer for mempcpy
Paul Eggert
2017-10-18
1
-2
/
+5
*
glob: remove bogus extern decl
Paul Eggert
2017-09-26
1
-3
/
+0
*
all: prefer https: URLs
Paul Eggert
2017-09-13
1
-1
/
+1
*
glob: Use enum for __glob_pattern_type result
Paul Eggert
2017-09-05
1
-4
/
+4
*
glob: fix for use in glibc
Paul Eggert
2017-09-05
1
-1
/
+1
*
glob: fix bugs with long login names
Paul Eggert
2017-09-02
1
-58
/
+30
*
glob: fix getpwnam_r errno typo
Paul Eggert
2017-09-02
1
-12
/
+3
*
glob: fix typo in recent change
Paul Eggert
2017-09-02
1
-1
/
+1
*
glob: don't save and restore errno unnecessarily
Paul Eggert
2017-09-02
1
-4
/
+0
*
glob: don't assume getpwnam_r
Paul Eggert
2017-09-02
1
-2
/
+2
*
glob: use scratch_buffer instead of extend_alloca
Paul Eggert
2017-09-01
1
-129
/
+26
*
glob: match dangling symlinks
Paul Eggert
2017-08-31
1
-147
/
+80
*
glob, backupfile: inode 0 is a valid inode number
Paul Eggert
2017-08-31
1
-21
/
+0
*
glob: simplify symlink detection
Paul Eggert
2017-08-31
1
-36
/
+39
*
glob: try to port recent changes to MS-Windows
Paul Eggert
2017-08-24
1
-1
/
+0
*
glob: fix typo that broke platforms lacking d_ino
Paul Eggert
2017-08-24
1
-3
/
+3
*
glob: merge from glibc with Zanella glob changes
Paul Eggert
2017-08-23
1
-238
/
+83
*
glob: port to clang's Undefined Sanitizer
Paul Eggert
2017-08-22
1
-14
/
+15
*
Don't interpret EOVERFLOW to mean nonexistence
Paul Eggert
2017-07-30
1
-12
/
+16
*
glob: Fix more memory leaks.
Tim Rühsen
2017-07-10
1
-17
/
+32
*
glob: Fix more memory leaks.
Bruno Haible
2017-07-06
1
-0
/
+2
*
glob: Declare variables at the very start of their scope.
Benno Schulenberg
2017-07-02
1
-4
/
+10
*
glob: Fix more memory leaks.
Bruno Haible
2017-04-23
1
-5
/
+14
[next]