1
1

* po/ChangeLog: Applied trim_changelog.

* slang/ChangeLog: Likewise.
	* vfs/ChangeLog: Likewise.
Этот коммит содержится в:
Roland Illig 2005-02-07 07:40:46 +00:00
родитель 51156030fb
Коммит 9004ac497f
3 изменённых файлов: 48 добавлений и 48 удалений

Просмотреть файл

@ -2,7 +2,7 @@
* es.po: Updated Spanish translation.
2004-12-07 Marco Ciampa <ciampix@libero.it>
2004-12-07 Marco Ciampa <ciampix@libero.it>
* it.po: Updated italian translation.
@ -85,7 +85,7 @@
* zh_CN.po: Likewise.
* zh_TW.po: Likewise.
2004-09-29 Andriy Gritsenko <andrej@rep.kiev.ua>
2004-09-29 Andriy Gritsenko <andrej@rep.kiev.ua>
* uk.po: Updated Ukrainian translation.

Просмотреть файл

@ -13,9 +13,9 @@
2004-11-09 Pavel S. Shirshov <me@pavelsh.pp.ru>
* include/slang.h (SLang_Version): Delete const qualifier for
* include/slang.h (SLang_Version): Delete const qualifier for
compatibility with system slang library.
* slmisc.c: Likewise.
* slmisc.c: Likewise.
* sldisply.c (tt_sprintf): Import last changes from libslang-current.
Add code to check for a buffer overflow.
@ -26,8 +26,8 @@
2004-11-08 Andrew V. Samoilov <sav@bcs.zp.ua>
* include/slang.h (SLang_Version): Declare const.
* slmisc.c: Add SLang_Version.
* include/slang.h (SLang_Version): Declare const.
* slmisc.c: Add SLang_Version.
2004-11-01 Pavel S. Shirshov <me@pavelsh.pp.ru>

Просмотреть файл

@ -77,7 +77,7 @@
* ftpfs.c (ftpfs_file_store): Make sure we write() all read() data.
Check fstat() return value.
2005-01-07 Roland Illig <roland.illig@gmx.de>
2005-01-07 Roland Illig <roland.illig@gmx.de>
* extfs/urar.in: Fixed some quoting issues.
@ -114,10 +114,10 @@
* ext.c: Fixed FIXME by passing around a reference to a VFS.
2004-12-01 Pavel Tsekov <ptsekov@gmx.net>
2004-12-01 Pavel Tsekov <ptsekov@gmx.net>
* tar.c (tar_read_header): Skip over records containing
incremental tar specific info.
incremental tar specific info.
2004-11-29 Jindrich Novy <jnovy@redhat.com>
@ -165,9 +165,9 @@
* vfs.c (vfs_prefix_to_class): Avoid last class (localfs) that would
accept any prefix.
2004-11-04 Mike Gorchak <mike@malva.ua>
2004-11-04 Mike Gorchak <mike@malva.ua>
* cpio.c (cpio_create_entry): Added initial support for the Special
* cpio.c (cpio_create_entry): Added initial support for the Special
Named Files. Needed on QNX Neutrino.
* utilvfs.c (vfs_parse_filetype): Likewise.
@ -175,7 +175,7 @@
* ftpfs.c: Add fallback to type int if socklen_t is not provided.
2004-11-01 Andriy Gritsenko <andrej * rep kiev ua>
2004-11-01 Andriy Gritsenko <andrej * rep kiev ua>
* tar.c (tar_read_header): Fix pathname canonicalization.
@ -208,8 +208,8 @@
2004-10-25 Andrew V. Samoilov <sav@bcs.zp.ua>
* smbfs.c (smbfs_open_readwrite): Comment out flags games,
it is cli_open() headache.
* smbfs.c (smbfs_open_readwrite): Comment out flags games,
it is cli_open() headache.
* vfs.c (mc_def_getlocalcopy): Don't close fd -1.
(_vfs_get_class): Make path "char *" instead of
@ -385,8 +385,8 @@
2004-09-06 Jakub Jelinek <jakub@redhat.com>
* fish.c (fish_file_store): Call got_interrupt() instead of testing
whether got_interrupt is non-NULL (it always is).
* fish.c (fish_file_store): Call got_interrupt() instead of testing
whether got_interrupt is non-NULL (it always is).
2004-09-04 Pavel S. Shirshov <me@pavelsh.pp.ru>
@ -402,14 +402,14 @@
2004-09-02 Andrew V. Samoilov <sav@bcs.zp.ua>
* tar.c (tar_read_header): Fix missed *.
* extfs.c (extfs_readlink): Revert last change: readlink() does not
append a NUL character to buf.
* tar.c (tar_read_header): Fix missed *.
* extfs.c (extfs_readlink): Revert last change: readlink() does not
append a NUL character to buf.
* mcfs.c (mcfs_readlink): Likewise.
* direntry.c (vfs_s_readlink): Likewise.
* ftpfs.c: Warning fix.
* vfs-impl.h (struct vfs_class.readlink): Make "size" size_t.
Adjust all callers.
* ftpfs.c: Warning fix.
* vfs-impl.h (struct vfs_class.readlink): Make "size" size_t.
Adjust all callers.
* local.c (local_readlink): Make "size" size_t.
* sfs.c (sfs_readlink): Reformat function.
* smbfs.c (smbfs_readlink): Reformat function.
@ -444,17 +444,17 @@
2004-09-01 Pavel S. Shirshov <me@pavelsh.pp.ru>
* fish.c (fish_get_reply): Use g_strlcpy() instead of
sequence strncpy(), name[len] = '\0'
sequence strncpy(), name[len] = '\0'
* vfs.c (mc_get_current_wd): Likewise.
2004-08-31 Andrew V. Samoilov <sav@bcs.zp.ua>
* utilvfs.c (vfs_parse_ls_lga): Use atoll()/atof() instead of atol()
for st_size to show file sizes > 2G.
* fish.c (fish_dir_load): Likewise.
* extfs.c (struct inode): Use off_t for size.
* utilvfs.c (vfs_parse_ls_lga): Use atoll()/atof() instead of atol()
for st_size to show file sizes > 2G.
* fish.c (fish_dir_load): Likewise.
* extfs.c (struct inode): Use off_t for size.
Reported by Daradics Daniel <yotzo@freemail.hu>.
Reported by Daradics Daniel <yotzo@freemail.hu>.
2004-08-29 Roland Illig <roland.illig@gmx.de>
@ -609,12 +609,12 @@
* extfs/deb.in: Security fix patch. Fix insecure temporary file and
directory creations. (CAN-2004-0231).
* extfs/uar.in: Likewise.
* extfs/uar.in: Likewise.
* extfs/uha.in: Likewise.
* extfs/ulha.in: Likewise.
* extfs/urar.in: Likewise.
* extfs/uzip.in: Likewise.
* extfs/uzoo.in: Likewise.
* extfs/urar.in: Likewise.
* extfs/uzip.in: Likewise.
* extfs/uzoo.in: Likewise.
2004-08-14 Andrew V. Samoilov <sav@bcs.zp.ua>