1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

basename: check suffix against basename, not full argument

* libguile/filesys: check suffix against basename, not full argument.

Closes: 69437
This commit is contained in:
Rob Browning 2024-08-03 14:34:38 -05:00
parent 9a57c237d2
commit c03115c39d
3 changed files with 34 additions and 13 deletions

2
NEWS
View file

@ -15,6 +15,8 @@ Changes in 3.0.11 (since 3.0.10)
* Bug fixes
** `basename` now checks the suffix against the base name, not the full path
(<https://debbugs.gnu.org/69437>)
** test-hashing should now work on 32-bit systems
** GUILE-VERSION changes should propagate to .version and relevant Makefiles
(<https://debbugs.gnu.org/72084>)