Enrico Weigelt, metux IT service
|
cd2f7bd24a
vfs/undelfs.c: Fixed variable name clashes
|
15 years ago |
Andrew Borodin
|
05b89b3bab
VFS: removed unnedeed includes of tty/tty.h header.
|
15 years ago |
Enrico Weigelt, metux IT service
|
c7d04dd47a
fixed several missing #include's
|
16 years ago |
Slava Zanko
|
2ebdf91079
Merge branch 'm-utf-8'
|
16 years ago |
Slava Zanko
|
10b7bdb361
Project now build with:
|
16 years ago |
Mikhail S. Pobolovets
|
0a7899709b
Simple doxygen description for files in vfs (not subdirs) directory.
|
16 years ago |
Slava Zanko
|
e54f318cef
Completely removed MHL stuff
|
16 years ago |
Patrick Winnertz
|
589ffd0b10
Use g_snprintf instead of snprintf as we switch back to glib
|
16 years ago |
Patrick Winnertz
|
d84586ba82
Reverted the use of mhl_str_dup and use g_strdup instead.
|
16 years ago |
Patrick Winnertz
|
1c287d798d
First bunch of mhl_mem_free removal patches
|
16 years ago |
Enrico Weigelt, metux IT service
|
8b38cf44da
manully merged 227_replace_g_free
|
16 years ago |
Enrico Weigelt, metux IT service
|
035fa47c06
manually merged 228_replace_g_strdup
|
16 years ago |
Enrico Weigelt, metux IT service
|
e4a4f77ac2
replaced g_snprintf() by snprintf()
|
16 years ago |
Enrico Weigelt, metux IT service
|
f921cc40cd
replaced calls to g_strdup() by mhl_str_dup()
|
16 years ago |
Enrico Weigelt, metux IT service
|
15d7d47c15
replaced g_free() by mhl_mem_free()
|
16 years ago |
Enrico Weigelt, metux IT service
|
5d150562aa
merged 158_message_codes branch
|
16 years ago |
Enrico Weigelt, metux IT service
|
183a66f7f5
changing return types of *read() and *write() functions to ssize_t
|
16 years ago |
Enrico Weigelt, metux IT service
|
154feb5160
2009-01-10 Enrico Weigelt, metux ITS <weigelt@metux.de>
|
16 years ago |
Pavel Tsekov
|
2f3df3af4e
* edit/bookmark.c: Update copyright notice.
|
17 years ago |
Pavel Tsekov
|
23361694b6
* src/background.c: Use the correct form of FSF's name in the copyright
|
17 years ago |
Pavel Roskin
|
1f60f44145
Update postal address of Free Software Foundation.
|
20 years ago |
Roland Illig
|
54cccec688
* utilvfs.h: Removed unneeded #includes.
|
20 years ago |
Andrew V. Samoilov
|
e4d7245a11
* undelfs.c (undelfs_open): Use g_try_malloc() instead
|
20 years ago |
Andrew V. Samoilov
|
c060826178
* direntry.c (vfs_s_free_entry): g_free handles NULL argument too,
|
20 years ago |
Roland Illig
|
4bc786735e
* cpio.c: Replaced NULL with (char *) NULL. Likewise for 0, where
|
20 years ago |
Roland Illig
|
f78fd52bfe
* undelfs.c (undelfs_lstat): Adjusted declaration.
|
20 years ago |
Roland Illig
|
1105b8e941
Splittet the vfs.h header into a user's part (vfs.h) and an implementor's part (vfs-impl.h).
|
20 years ago |
Andrew V. Samoilov
|
4208406d7d
* undelfs.c (undelfs_readdir): Eliminate g_snprintf()
|
21 years ago |
Pavel Roskin
|
c83ab1c1b2
Trivial patches from Andrew V. Samoilov <andrew@email.zp.ua>
|
21 years ago |
Pavel Roskin
|
e9827066d1
* undelfs.c: Use ext2fs/ext2_fs.h instead of linux/ext2_fs.h
|
21 years ago |
Pavel Roskin
|
6ffd35bf07
* gc.c: Eliminate all code for timestamping parent filesystems.
|
21 years ago |
Pavel Roskin
|
1b2a6186ae
va_list argument should be first for portability.
|
21 years ago |
Pavel Roskin
|
2eeab44b93
* undelfs.c (undelfs_loaddel): Use g_try_malloc()/g_try_relloc()
|
21 years ago |
Pavel Roskin
|
6a53060842
Constify opendir() and chdir().
|
21 years ago |
Pavel Roskin
|
de12104436
* gc.c: Use NULL instead of -1 for empty vfsid. Adjust all
|
21 years ago |
Pavel Roskin
|
7d16d65e35
* vfs.h: Constify some arguments for many functions.
|
21 years ago |
Pavel Roskin
|
5bc20fd294
* *.c: Rename functions that don't have an a prefix indicating
|
21 years ago |
Pavel Roskin
|
211ce16fac
* wtools.c: Merge mc_message() and message() into one background
|
21 years ago |
Pavel Roskin
|
2d33b5047e
* background.c: Replace all message stubs with a new function
|
21 years ago |
Pavel Roskin
|
72c64a60e2
* extfs.c: Switch to self-registration.
|
21 years ago |
Pavel Roskin
|
00b57fd4bf
* vfs.h: Remove typedef vfs, it's too ambiguous. Massive
|
21 years ago |
Pavel Roskin
|
091023c37a
* undelfs.c (undelfs_get_path): Constify first argument.
|
21 years ago |
Pavel Roskin
|
b246f3c7ea
s/Could not/Cannot/
|
22 years ago |
Pavel Roskin
|
da7e82d253
Global removal of RCS Id: flags.
|
22 years ago |
Pavel Roskin
|
966511399b
Move fcntl.h inclusion to global.h.
|
22 years ago |
Pavel Roskin
|
09df85b9b7
Reuse other translated strings.
|
22 years ago |
Pavel Roskin
|
cf8ab0de99
* extfs.c (s_readdir): Simplify.
|
22 years ago |
Pavel Roskin
|
0b4a33c10f
* undelfs.c (undelfs_opendir): Use parametrized messages without
|
22 years ago |
Pavel Roskin
|
721ae83fff
* undelfs.c: Use ext2_ino_t to avoid warnings with e2fsprogs
|
23 years ago |
Pavel Roskin
|
2b9f5265b4
* ftpfs.c (command): Declare with the printf attribute.
|
23 years ago |