change md argument to number etc. (which acted only as a flag)

to an actual flag.

buffer underrun check in number

add xdata file for exactly the addressed region

save addr across opens
This commit is contained in:
rsc 2004-10-22 17:11:30 +00:00
parent e63027eb68
commit 012a8a02d5
8 changed files with 55 additions and 25 deletions

View file

@ -19,6 +19,7 @@ enum
QWrdsel,
QWwrsel,
QWtag,
QWxdata,
QMAX,
};
@ -30,6 +31,7 @@ enum
Infinity = 0x7FFFFFFF, /* huge value for regexp address */
};
#define Buffer AcmeBuffer
typedef struct Block Block;
typedef struct Buffer Buffer;
typedef struct Command Command;