Introduction
Introduction Statistics Contact Development Disclaimer Help
remove useless files - 9base - revived minimalist port of Plan 9 userland to Un…
git clone git://git.suckless.org/9base
Log
Files
Refs
README
LICENSE
---
commit b7ce8129de5defa275d14b7656101ddcfb06cb77
parent 8528f7e3faac54de1b61ddc1443431543a1c1ce9
Author: Connor Lane Smith <[email protected]>
Date: Thu, 19 Apr 2012 18:17:26 +0100
remove useless files
Diffstat:
D lib9/fmt/portdate | 30 ------------------------------
D lib9/portdate | 55 -----------------------------…
D lib9/utf/lib9.h | 17 -----------------
D lib9/utf/portdate | 20 --------------------
D lib9/utf/utfdef.h | 33 -----------------------------…
5 files changed, 0 insertions(+), 155 deletions(-)
---
diff --git a/lib9/fmt/portdate b/lib9/fmt/portdate
@@ -1,30 +0,0 @@
-dofmt.c 2004/1225
-dorfmt.c 2004/1225
-errfmt.c 2004/1225
-fltfmt.c 2004/1225
-fmt.c 2004/1225
-fmtfd.c 2004/1225
-fmtlock.c 2004/1225
-fmtprint.c 2004/1225
-fmtquote.c 2004/1225
-fmtrune.c 2004/1225
-fmtstr.c 2004/1225
-fmtvprint.c 2004/1225
-fprint.c 2004/1225
-print.c 2004/1225
-runefmtstr.c 2004/1225
-runeseprint.c 2004/1225
-runesmprint.c 2004/1225
-runesnprint.c 2004/1225
-runesprint.c 2004/1225
-runevseprint.c 2004/1225
-runevsmprint.c 2004/1225
-runevsnprint.c 2004/1225
-seprint.c 2004/1225
-smprint.c 2004/1225
-snprint.c 2004/1225
-sprint.c 2004/1225
-vfprint.c 2004/1225
-vseprint.c 2004/1225
-vsmprint.c 2004/1225
-vsnprint.c 2004/1225
diff --git a/lib9/portdate b/lib9/portdate
@@ -1,55 +0,0 @@
-announce.c 2004/1225
-atexit.c 2004/1225
-atnotify.c 2004/1225
-atol.c 2004/1225
-atoll.c 2004/1225
-cistrcmp.c 2004/1225
-cistrncmp.c 2004/1225
-cistrstr.c 2004/1225
-cleanname.c 2004/1225
-convD2M.c 2004/1225
-convM2D.c 2004/1225
-convM2S.c 2004/1225
-convS2M.c 2004/1225
-ctime.c 2004/1225
-dial.c 2004/1225
-dirfstat.c 2004/1225
-dirfwstat.c 2004/1225
-dirmodefmt.c 2004/1225
-dirread.c 2004/1225
-dirstat.c 2004/1225
-dirwstat.c 2004/1225
-encodefmt.c 2004/1225
-fcallfmt.c 2004/1225
-fork.c 2004/1225
-getenv.c 2004/1225
-getfields.c 2004/1225
-getuser.c 2004/1225
-getwd.c 2004/1225
-lnrand.c 2004/1225
-lock.c 2004/1225
-lrand.c 2004/1225
-malloc.c 2004/1225
-nan.c 2004/1225
-needsrcquote.c 2004/1225
-netmkaddr.c 2004/1225
-nrand.c 2004/1225
-nulldir.c 2004/1225
-postnote.c 2004/1225
-qlock.c 2004/1225
-quote.c 2004/1225
-rand.c 2004/1225
-read9pmsg.c 2004/1225
-readn.c 2004/1225
-strdup.c 2004/1225
-strecpy.c 2004/1225
-sysfatal.c 2004/1225
-sysname.c 2004/1225
-time.c 2004/1225
-tokenize.c 2004/1225
-truerand.c 2004/1225
-u16.c 2004/1225
-u32.c 2004/1225
-u64.c 2004/1225
-wait.c 2004/1225
-waitpid.c 2004/1225
diff --git a/lib9/utf/lib9.h b/lib9/utf/lib9.h
@@ -1,17 +0,0 @@
-#include <string.h>
-#include "utf.h"
-
-#define nil ((void*)0)
-
-#define uchar _fmtuchar
-#define ushort _fmtushort
-#define uint _fmtuint
-#define ulong _fmtulong
-#define vlong _fmtvlong
-#define uvlong _fmtuvlong
-
-typedef unsigned char uchar;
-typedef unsigned short ushort;
-typedef unsigned int uint;
-typedef unsigned long ulong;
-
diff --git a/lib9/utf/portdate b/lib9/utf/portdate
@@ -1,20 +0,0 @@
-rune.c 2004/1225
-runestrcat.c 2004/1225
-runestrchr.c 2004/1225
-runestrcmp.c 2004/1225
-runestrcpy.c 2004/1225
-runestrdup.c 2004/1225
-runestrecpy.c 2004/1225
-runestrlen.c 2004/1225
-runestrncat.c 2004/1225
-runestrncmp.c 2004/1225
-runestrncpy.c 2004/1225
-runestrrchr.c 2004/1225
-runestrstr.c 2004/1225
-runetype.c 2004/1225
-utfecpy.c 2004/1225
-utflen.c 2004/1225
-utfnlen.c 2004/1225
-utfrrune.c 2004/1225
-utfrune.c 2004/1225
-utfutf.c 2004/1225
diff --git a/lib9/utf/utfdef.h b/lib9/utf/utfdef.h
@@ -1,33 +0,0 @@
-/*
- * compiler directive on Plan 9
- */
-#ifndef USED
-#define USED(x) if(x);else
-#endif
-
-/*
- * easiest way to make sure these are defined
- */
-#define uchar _fmtuchar
-#define ushort _fmtushort
-#define uint _fmtuint
-#define ulong _fmtulong
-#define vlong _fmtvlong
-#define uvlong _fmtuvlong
-typedef unsigned char uchar;
-typedef unsigned short ushort;
-typedef unsigned int uint;
-typedef unsigned long ulong;
-typedef unsigned long long uvlong;
-typedef long long vlong;
-
-/*
- * nil cannot be ((void*)0) on ANSI C,
- * because it is used for function pointers
- */
-#undef nil
-#define nil 0
-
-#undef nelem
-#define nelem ((void*)0)
-
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.