• src/xpdev/dirwrap.c dirwrap.h

    From deuce@VERT to CVS commit on Sunday, February 09, 2014 15:48:59
    src/xpdev dirwrap.c 1.84 1.85 dirwrap.h 1.45 1.46
    Update of /cvsroot/sbbs/src/xpdev
    In directory cvs:/tmp/cvs-serv30736

    Modified Files:
    dirwrap.c dirwrap.h
    Log Message:
    DLLangadingdong




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Friday, August 25, 2017 23:44:14
    src/xpdev dirwrap.c 1.91 1.92 dirwrap.h 1.46 1.47
    Update of /cvsroot/sbbs/src/xpdev
    In directory cvs:/tmp/cvs-serv11136

    Modified Files:
    dirwrap.c dirwrap.h
    Log Message:
    Added getfilecount(), similar, but not identical to getdirsize().


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wednesday, November 15, 2017 23:16:28
    src/xpdev dirwrap.c 1.92 1.93 dirwrap.h 1.47 1.48
    Update of /cvsroot/sbbs/src/xpdev
    In directory cvs:/home/rswindell/sbbs/src/xpdev

    Modified Files:
    dirwrap.c dirwrap.h
    Log Message:
    Created fcdate() to return file creation (rather than mod) time_t.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tuesday, July 24, 2018 21:20:05
    src/xpdev dirwrap.c 1.100 1.101 dirwrap.h 1.49 1.50
    Update of /cvsroot/sbbs/src/xpdev
    In directory cvs:/tmp/cvs-serv21859

    Modified Files:
    dirwrap.c dirwrap.h
    Log Message:
    delfiles() needs to return a signed value (long, not ulong) to indicate
    a faliure.
    delfiles() now returns a negative result upon any deletion errors.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Saturday, January 12, 2019 03:56:27
    src/xpdev dirwrap.c 1.102 1.103 dirwrap.h 1.50 1.51
    Update of /cvsroot/sbbs/src/xpdev
    In directory cvs:/tmp/cvs-serv30161

    Modified Files:
    dirwrap.c dirwrap.h
    Log Message:
    Added getdirname(): returns the filename or lastdirectory portion of a full pathname (directories must end in a '/'). Unlike getfname() which returns an empty string if passed a path ending in a '/'.
    Useful with glob(.., GLOB_MARK).


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, July 14, 2019 20:25:52
    src/xpdev dirwrap.c 1.105 1.106 dirwrap.h 1.51 1.52
    Update of /cvsroot/sbbs/src/xpdev
    In directory cvs:/tmp/cvs-serv1113

    Modified Files:
    dirwrap.c dirwrap.h
    Log Message:
    On Windows, the return value of getfattr() is not compatible with chmod() (totally differnet bit values).
    So create getfmode() which is a thin wrapper for stat() and can be used to read a chmod()-comopatible value on all supported OSes.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, August 11, 2019 23:20:41
    src/xpdev dirwrap.c 1.106 1.107 dirwrap.h 1.52 1.53
    Update of /cvsroot/sbbs/src/xpdev
    In directory cvs:/tmp/cvs-serv22905

    Modified Files:
    dirwrap.c dirwrap.h
    Log Message:
    delfiles() now takes a 3rd argument: keep, which is a number of files to retain (not delete) from the end of the sorted list of files (normally, 0).


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Friday, September 20, 2019 01:24:36
    src/xpdev dirwrap.c 1.108 1.109 dirwrap.h 1.53 1.54
    Update of /cvsroot/sbbs/src/xpdev
    In directory cvs:/tmp/cvs-serv30966

    Modified Files:
    dirwrap.c dirwrap.h
    Log Message:
    Added getfilesizetotal() which calculates the total size of all files matching the specified path and (optional) wildcards.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Friday, September 20, 2019 01:59:34
    src/xpdev dirwrap.c 1.109 1.110 dirwrap.h 1.54 1.55
    Update of /cvsroot/sbbs/src/xpdev
    In directory cvs:/tmp/cvs-serv4163

    Modified Files:
    dirwrap.c dirwrap.h
    Log Message:
    Change getfilecount() to allow the pattern to be specified (or not) in the path argument, eliminate the spec/pattern argument.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Thursday, March 24, 2022 23:14:29
    https://gitlab.synchro.net/main/sbbs/-/commit/ce74d0e03cfee182d4c3894f
    Modified Files:
    src/xpdev/dirwrap.c dirwrap.h
    Log Message:
    Introduce case-insensitive version of glob(): globi()

    glob() is case-insensitive on Windows already, so create a work-alike for *nix.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¨@VERT to Git commit to main/sbbs/master on Saturday, February 24, 2024 08:45:53
    https://gitlab.synchro.net/main/sbbs/-/commit/3cc9735641f9a0794c959d2c
    Modified Files:
    src/xpdev/dirwrap.c dirwrap.h
    Log Message:
    Looks like that worked... intptr_t the rest.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net