• src/xpdev/dirwrap.c dirwrap.h

    From rswindell@VERT to CVS commit on Sun Jul 14 16:25:52 2019
    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 Sun Aug 11 19:20:41 2019
    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 Thu Sep 19 21:24:36 2019
    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 Thu Sep 19 21:59:34 2019
    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 Thu Mar 24 19:14:29 2022
    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 Sat Feb 24 08:45:53 2024
    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