aboutsummaryrefslogtreecommitdiff
path: root/docs/STATUS.md
blob: baf048bbd8b47b87ec3304f0161df25d2f08b2e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# fases - Ferass' Base System

*Simple coreutils for a fully functionnal UNIX-like system*

[« Go back](/README.md)

## Status

The `fases` project is still incomplete as some utilities are missing, here's 
what `fases` currently provides (most of those utilities are incomplete):

- `ls`

- `head`

- `cat`

- `yes`

- `date`

- `mkdir`

- `echo`

Other utilities are still in the making. Help is greatly appreciated.

## Known bugs

The `fases` project is still a Work-in-progress and as such, there are bugs.
Please do report bugs to me, via IRC, email, or even by using Notabug.org 
issues.

| Bug                                          | Affected utility-ies |
|-------------------------------------------------------------|-------|
| Sometimes, `-l` would show incorrect permissions.           | `ls`  |
| When there's a lot to print, `-l` fails with a memory error | `ls`  |