[hackers] [9base] remove useless files || Connor Lane Smith

From: <hg_AT_suckless.org>
Date: Thu, 19 Apr 2012 19:21:02 +0200 (CEST)

changeset: 99:c6943e63621b
tag: tip
user: Connor Lane Smith <cls_AT_lubutu.com>
date: Thu Apr 19 18:17:26 2012 +0100
files: lib9/fmt/portdate lib9/portdate lib9/utf/lib9.h lib9/utf/portdate lib9/utf/utfdef.h
description:
remove useless files


diff -r 5cafc9ec2fde -r c6943e63621b lib9/fmt/portdate
--- a/lib9/fmt/portdate Thu Apr 05 20:27:40 2012 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
_AT_@ -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 -r 5cafc9ec2fde -r c6943e63621b lib9/portdate
--- a/lib9/portdate Thu Apr 05 20:27:40 2012 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
_AT_@ -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 -r 5cafc9ec2fde -r c6943e63621b lib9/utf/lib9.h
--- a/lib9/utf/lib9.h Thu Apr 05 20:27:40 2012 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
_AT_@ -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 -r 5cafc9ec2fde -r c6943e63621b lib9/utf/portdate
--- a/lib9/utf/portdate Thu Apr 05 20:27:40 2012 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
_AT_@ -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 -r 5cafc9ec2fde -r c6943e63621b lib9/utf/utfdef.h
--- a/lib9/utf/utfdef.h Thu Apr 05 20:27:40 2012 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
_AT_@ -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)
-
Received on Thu Apr 19 2012 - 19:21:02 CEST

This archive was generated by hypermail 2.3.0 : Thu Apr 19 2012 - 19:24:07 CEST