Roland Illig
|
a8de548480
Added a template for new C files.
|
20 years ago |
Roland Illig
|
7733f432a4
* ext.c: Improved message formatting.
|
20 years ago |
Roland Illig
|
c90e9d1b95
* edit.c: Improved message formatting.
|
20 years ago |
Roland Illig
|
e6a4ffaba1
* widget.h: Added a new function button_get_text.
|
20 years ago |
Roland Illig
|
ce99a5fc53
* achown.c: Call update_ownership instead of get_ownership.
|
20 years ago |
Roland Illig
|
57c9733937
* achown.c (get_ownership): Renamed to update_ownership.
|
20 years ago |
Roland Illig
|
c893d6e029
* achown.c (get_ownership): Simplified the code. Now it is
|
20 years ago |
Roland Illig
|
3a40734373
* util.h (msglen): Converted from a function to a procedure.
|
20 years ago |
Andrew V. Samoilov
|
711f268786
* utilunix.c (mc_realpath) [USE_SYSTEM_REALPATH]: Use realpath().
|
20 years ago |
Andrew V. Samoilov
|
2080aad45a
* find.c: Implement non-recursive 'Find file' feature.
|
20 years ago |
Andrew V. Samoilov
|
94b71a6339
* samba/include/proto.h: Adjust for the last changes.
|
20 years ago |
Andrew V. Samoilov
|
eef0551cec
Add missing entry
|
20 years ago |
Andrew V. Samoilov
|
172cead7fb
* utilunix.c (init_groups): Use glib memory allocation functions.
|
20 years ago |
Andrew V. Samoilov
|
a7a42c3d8b
* samba/lib/username.c (map_username): Comment out.
|
20 years ago |
Roland Illig
|
3973e33cc2
* view.c: Eliminated two global variables and put them into the
|
20 years ago |
Roland Illig
|
71ace6eaaf
* view.c: Removed trailing whitespace and fixed a typo in a comment.
|
20 years ago |
Roland Illig
|
6dc6158ff1
* edit.h: Removed NO_INLINE_GETBYTE conditional. The name was
|
20 years ago |
Miguel de Icaza
|
324f4c5644
2005-01-29 Miguel de Icaza <miguel@novell.com>
|
20 years ago |
Roland Illig
|
020455853d
* editdraw.c (edit_status): Changed some variables from size_t to
|
20 years ago |
Roland Illig
|
9558c7178f
* src/info.c (info_show_info): Enabled display of the device number,
|
20 years ago |
Roland Illig
|
7a60de0618
* unixcompat.h: Added makedev macro.
|
20 years ago |
Roland Illig
|
7e498cbc2e
* configure.ac: Add checks for C headers <sys/mkdev.h> and
|
20 years ago |
Roland Illig
|
728951fd34
* unixcompat.h (major/minor): Added support for AIX.
|
20 years ago |
Roland Illig
|
067e407cf7
* editdraw.c (edit_status): Fixed drawing bug with ncurses.
|
20 years ago |
Roland Illig
|
ff3ca5ecb2
* tty.h (printwstr): If LEN is not positive, ignore the request.
|
20 years ago |
Roland Illig
|
ff6e206b42
* tty.h (printwstr): Added a function to print a string
|
20 years ago |
Roland Illig
|
0e1609c2f9
* unixcompat.h: Provides macros and functions that are missing in
|
20 years ago |
Roland Illig
|
ccc1b17f7d
* dialog.h (widget_msg_t): Added WIDGET_RESIZED to inform widgets
|
20 years ago |
Andrew V. Samoilov
|
fe0cc18988
* samba/Makefile.in: Remove BINDIR and SBINDIR.
|
20 years ago |
Andrew V. Samoilov
|
82a3bf3d81
* samba/param/loadparm.c (print_parameter): Remove.
|
20 years ago |
Roland Illig
|
c1e388d724
* systems.txt: A list of system configurations that we have access
|
20 years ago |
Andrew V. Samoilov
|
a1502a0a5f
Remove genrand.c and util_unistr.c.
|
20 years ago |
Andrew V. Samoilov
|
981d02ba5f
* Makefile.am (SAMBA_DIST): Remove lib/genrand.c and lib/util_unistr.c.
|
20 years ago |
Andrew V. Samoilov
|
1ed4f8c110
* samba/libsmb/clientgen.c (cli_oem_change_password): Removed.
|
20 years ago |
Andrew V. Samoilov
|
d83d988c73
* samba/lib/util_file.c: Comment out all but fgets_slash().
|
20 years ago |
Andrew V. Samoilov
|
eaca209b7c
* util_file.c: Comment out all but fgets_slash().
|
20 years ago |
Andrew V. Samoilov
|
4ea1aba1e0
* samba/lib/util.c (remote_machine, local_machine): Make static const
|
20 years ago |
Andrew V. Samoilov
|
43414d8182
* samba/lib/util.c: Comment out some more unused functions.
|
20 years ago |
Andrew V. Samoilov
|
f4cb47b95d
* ftpfs.c (ftpfs_file_store): Make sure we write() all read() data.
|
20 years ago |
Andrew V. Samoilov
|
0464629b20
* main.c (_do_panel_cd): Delete leading spaces from URL
|
20 years ago |
Andrew V. Samoilov
|
50a2118525
* subshell.c (subshell_name_quote): Eliminate sprintf(d, "%c", ...).
|
20 years ago |
Andrew V. Samoilov
|
d332606fd5
* subshell.c (do_subshell_chdir): Use mc_realpath() to fix tcsh's
|
20 years ago |
Andrew V. Samoilov
|
33e157631c
* acinclude.m4: Fix '--with-screen' configure option.
|
20 years ago |
Roland Illig
|
205523301f
* dialog.h: Fixed a typo.
|
20 years ago |
Roland Illig
|
135d787620
* extfs/urar.in: Fixed some quoting issues.
|
20 years ago |
Andrew V. Samoilov
|
1605a544c6
* autogen.sh: Fix workaround for automake 1.5.
|
20 years ago |
Andrew V. Samoilov
|
1735921c14
* extfs.c (struct inode): Remove unused linkflag field.
|
20 years ago |
David Martin
|
be3728903b
Updated Spanish translation.
|
20 years ago |
Andrew V. Samoilov
|
d94ff42371
* syntax/spec.syntax: Set whole on spec macro option keywords.
|
20 years ago |
Andrew V. Samoilov
|
b20f6b2dea
* fish.c (fish_linear_abort): Fix bug with FISH vfs. It freezes MC on
|
20 years ago |