Re: smbfs seek support

2003-02-19 Thread Andrew V. Samoilov
Andrew V. Samoilov wrote: Hello Pavel and Olecom! Pavel Roskin wrote: Hello! May I present me as little coding animal. :-) It's very useful patch for smbfs users. It's very little - but powerful against windoze smb-kik programs. Olecom, can you test backported version of this fun

Re: little bug in option.c

2003-02-19 Thread Andrew V. Samoilov
Mike Smithson wrote: I was playing with option.c and ran across this tiny bug. If you change PANEL_OPTIONS the dialog doesn't display properly anymore. Atached is the diff to make it work and be consistent with the way OTHER_OPTIONS is handled also. Applied, thanks. -- Regards, Andrew V. Samoi

Re: [PATCH]: Locale's abbreviated month & vfs

2003-02-19 Thread Pavel Roskin
Hello! > > * vfs.c (is_localized_month): New function for locale's > > abbreviated month name as any 3 bytes long string without digits > > and control characters. > > (vfs_parse_filedate): Fallback to is_localized_month() if > > is_month() and is_dos_date() fail and set date t

Re: [PATCH]: Locale's abbreviated month & vfs

2003-02-19 Thread Andrew V. Samoilov
Andrew V. Samoilov wrote: Hello! There are some localised ftp-servers in the wild, and their output with locale's abbreviated months confuses mc's parser. Below is a small patch to treat such dates as Jan 1 1970. Change