io.open modes support #56

Closed
opened 2019-10-06 22:23:41 +00:00 by Enyby · 1 comment
Enyby commented 2019-10-06 22:23:41 +00:00 (Migrated from github.com)

JME:

  • only understand 'r' or 'w', all not 'r' treat as 'w'.

JSE:

  • only understand 'r' or 'w' or 'a'. '+' simply ignored.
  • all modes allow read.

Obviously modes blindly copied from C fopen:
http://man7.org/linux/man-pages/man3/fopen.3.html

JME: - only understand 'r' or 'w', all not 'r' treat as 'w'. JSE: - only understand 'r' or 'w' or 'a'. '+' simply ignored. - all modes allow read. Obviously modes blindly copied from C `fopen`: http://man7.org/linux/man-pages/man3/fopen.3.html
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-autonomous-connection/luaj#56